Skip to content

Commit

Permalink
ci: fix prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Jun 15, 2022
1 parent 5fc09e7 commit d455987
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
},
"scripts": {
"start": "react-scripts start",
"prebuild": "node scripts/prebuild.js",
"build": "CI=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
Expand All @@ -84,5 +85,6 @@
"last 1 firefox version",
"last 1 safari version"
]
}
}
},
"homepage": ""
}
2 changes: 1 addition & 1 deletion webapp/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"author": "",
"license": "Apache-2.0",
"homepage": ""
}
}

0 comments on commit d455987

Please sign in to comment.