Build: update jenkins script to only build

- this will soon be replaced by a new GH actions workflow

Close gh-5422
This commit is contained in:
Timmy Willison 2024-02-26 13:46:43 -05:00 committed by GitHub
parent dfc693ea25
commit c21c6f4ddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,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 pretest && npm run test:browserless",
"jenkins": "npm run build:all",
"lint:dev": "eslint --cache .",
"lint:json": "jsonlint --quiet package.json",
"lint": "concurrently -r \"npm:lint:dev\" \"npm:lint:json\"",