From c21c6f4ddf96a5928e03bdd2bf0da87899f2ec24 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Mon, 26 Feb 2024 13:46:43 -0500 Subject: [PATCH] Build: update jenkins script to only build - this will soon be replaced by a new GH actions workflow Close gh-5422 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"", -- 2.39.5