We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cf949 commit ce931e7Copy full SHA for ce931e7
package.json
@@ -7,7 +7,7 @@
7
"start-api": "sh script/test-server",
8
"start-client": "react-app-rewired start",
9
"start": "npm-run-all --parallel start-api start-client",
10
- "prebuild": "rimraf lib/jekyll-admin/public",
+ "prebuild": "rimraf lib/jekyll-admin/public && npm run test:CI",
11
"build": "react-app-rewired build",
12
"postbuild": "mv build lib/jekyll-admin/public",
13
"test": "react-app-rewired test",
0 commit comments