Skip to content

Commit

Permalink
avoid running tests again while publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Apr 30, 2024
1 parent 114ba7a commit a2a3653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "mocha",
"lint": "eslint --ext js,mjs,cjs,ts ./",
"lint-fix": "eslint --ext js,mjs,cjs,ts ./ --fix",
"prepublishOnly": "npm test && npm run build",
"prepublishOnly": "npm run build",
"functional": "mocha tests/functional/functional-tests.js",
"format": "prettier -w .",
"format-check": "prettier --list-different .",
Expand Down

0 comments on commit a2a3653

Please sign in to comment.