Skip to content

Commit ce931e7

Browse files
committed
Run all tests as part of the build process
1 parent 58cf949 commit ce931e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start-api": "sh script/test-server",
88
"start-client": "react-app-rewired start",
99
"start": "npm-run-all --parallel start-api start-client",
10-
"prebuild": "rimraf lib/jekyll-admin/public",
10+
"prebuild": "rimraf lib/jekyll-admin/public && npm run test:CI",
1111
"build": "react-app-rewired build",
1212
"postbuild": "mv build lib/jekyll-admin/public",
1313
"test": "react-app-rewired test",

0 commit comments

Comments
 (0)