Skip to content

Commit cb76307

Browse files
committed
Build: run pretest in jenkins script
1 parent 7ef9099 commit cb76307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"build": "node ./build/command.js",
4444
"build:all": "node -e \"require('./build/tasks/build.js').buildDefaultFiles()\"",
4545
"build:main": "node -e \"require('./build/tasks/build.js').build()\"",
46-
"jenkins": "npm run test:browserless",
46+
"jenkins": "npm run pretest && npm run test:browserless",
4747
"lint:dev": "eslint --cache .",
4848
"lint:json": "jsonlint --quiet package.json",
4949
"lint": "concurrently -r \"npm:lint:dev\" \"npm:lint:json\"",

0 commit comments

Comments
 (0)