Skip to content

Commit

Permalink
fix the build in github
Browse files Browse the repository at this point in the history
the github action runs "npm run test," and the linting step causes the
testing steps to fail.
  • Loading branch information
echo-bravo-yahoo committed Nov 20, 2024
1 parent 24dab06 commit dbbbbd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dbbbbd9

Please sign in to comment.