Skip to content

Commit

Permalink
chore: remove prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Dec 17, 2023
1 parent c150f9b commit 1892dd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
"build:watch": "npm run build:clean && tsc --watch",
"lint": "prettier -c .",
"lint:fix": "prettier -w .",
"prepare": "npm run build",
"prepublishOnly": "npm run build && npm run build:types",
"prepublishOnly": "npm run build && npm run build:types && npm test",
"release": "# `standard-version --dry-run --prerelease` is the command you're after",
"test": "node --test && ./test/exports_test.sh",
"test:watch": "clear && node --enable-source-maps --test --watch test"
Expand Down

0 comments on commit 1892dd4

Please sign in to comment.