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