We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef9099 commit cb76307Copy full SHA for cb76307
package.json
@@ -43,7 +43,7 @@
43
"build": "node ./build/command.js",
44
"build:all": "node -e \"require('./build/tasks/build.js').buildDefaultFiles()\"",
45
"build:main": "node -e \"require('./build/tasks/build.js').build()\"",
46
- "jenkins": "npm run test:browserless",
+ "jenkins": "npm run pretest && npm run test:browserless",
47
"lint:dev": "eslint --cache .",
48
"lint:json": "jsonlint --quiet package.json",
49
"lint": "concurrently -r \"npm:lint:dev\" \"npm:lint:json\"",
0 commit comments