From dbbbbd98bba1e8cf1b63e628df2a2610384000f7 Mon Sep 17 00:00:00 2001 From: Ashton Eby Date: Wed, 20 Nov 2024 12:02:08 -0800 Subject: [PATCH] fix the build in github the github action runs "npm run test," and the linting step causes the testing steps to fail. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index bab51cc4..a8efb445 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,6 @@ "main": "./src/user-entrypoint.mjs", "repository": "fauna/fauna-shell", "scripts": { - "pretest": "npm run format && npm run lint", "lint": "eslint . --fix", "test": "mocha --recursive ./test --require ./test/mocha-root-hooks.mjs --reporter spec --reporter mocha-junit-reporter", "test:local": "mocha --recursive ./test --require ./test/mocha-root-hooks.mjs",