mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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:
parent
dfc693ea25
commit
c21c6f4ddf
@ -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\"",
|
||||
|
Loading…
Reference in New Issue
Block a user