Skip to content

Commit

Permalink
Build: run pretest in jenkins script
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Sep 20, 2023
1 parent 7ef9099 commit cb76307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"build": "node ./build/command.js",
"build:all": "node -e \"require('./build/tasks/build.js').buildDefaultFiles()\"",
"build:main": "node -e \"require('./build/tasks/build.js').build()\"",
"jenkins": "npm run test:browserless",
"jenkins": "npm run pretest && npm run test:browserless",
"lint:dev": "eslint --cache .",
"lint:json": "jsonlint --quiet package.json",
"lint": "concurrently -r \"npm:lint:dev\" \"npm:lint:json\"",
Expand Down

0 comments on commit cb76307

Please sign in to comment.