diff options
author | Timmy Willison <timmywil@users.noreply.github.com> | 2024-02-26 13:46:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 13:46:43 -0500 |
commit | c21c6f4ddf96a5928e03bdd2bf0da87899f2ec24 (patch) | |
tree | 0ae4e1934568290c58563a0659016971c42bc1f0 | |
parent | dfc693ea25fe85e5f29da23752b0c7c8d285fbf0 (diff) | |
download | jquery-c21c6f4ddf96a5928e03bdd2bf0da87899f2ec24.tar.gz jquery-c21c6f4ddf96a5928e03bdd2bf0da87899f2ec24.zip |
Build: update jenkins script to only build
- this will soon be replaced by a new GH actions workflow
Close gh-5422
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 40cafcc11..c976f42ca 100644 --- a/package.json +++ b/package.json @@ -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\"", |