From: Timmy Willison Date: Mon, 26 Feb 2024 18:46:43 +0000 (-0500) Subject: Build: update jenkins script to only build X-Git-Tag: 4.0.0-beta.2~42 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c21c6f4ddf96a5928e03bdd2bf0da87899f2ec24;p=jquery.git Build: update jenkins script to only build - this will soon be replaced by a new GH actions workflow Close gh-5422 --- 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\"",