]> source.dussan.org Git - jquery.git/commitdiff
Build: update jenkins script to only build
authorTimmy Willison <timmywil@users.noreply.github.com>
Mon, 26 Feb 2024 18:46:43 +0000 (13:46 -0500)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2024 18:46:43 +0000 (13:46 -0500)
- this will soon be replaced by a new GH actions workflow

Close gh-5422

package.json

index 40cafcc11e3f530b8616b8d681352fc80ea1c4b4..c976f42ca6a26194f54b7753d4e31b232e670ae1 100644 (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\"",