Skip to content

Commit c21c6f4

Browse files
authored
Build: update jenkins script to only build
- this will soon be replaced by a new GH actions workflow Close gh-5422
1 parent dfc693e commit c21c6f4

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
@@ -45,7 +45,7 @@
4545
"build": "node ./build/command.js",
4646
"build:all": "node -e \"require('./build/tasks/build.js').buildDefaultFiles()\"",
4747
"build:main": "node -e \"require('./build/tasks/build.js').build()\"",
48-
"jenkins": "npm run pretest && npm run test:browserless",
48+
"jenkins": "npm run build:all",
4949
"lint:dev": "eslint --cache .",
5050
"lint:json": "jsonlint --quiet package.json",
5151
"lint": "concurrently -r \"npm:lint:dev\" \"npm:lint:json\"",

0 commit comments

Comments
 (0)