Skip to content

Commit

Permalink
chore: fix npm script name
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenbroekema committed Dec 23, 2023
1 parent 77e4d44 commit 78daa4a
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 @@ -58,8 +58,7 @@
"test:node": "mocha -r mocha-hooks.mjs './__integration__/**/*.test.js' './__tests__/**/*.test.js' './__node_tests__/**/*.test.js'",
"serve-docs": "docsify serve docs -p 3000 -P 12345",
"install-cli": "npm install -g $(npm pack)",
"prerelease": "node scripts/inject-version.js && tsc --emitDeclarationOnly",
"release": "npm run prerelease && changeset publish",
"release": "node scripts/inject-version.js && tsc --emitDeclarationOnly && changeset publish",
"prepare": "husky install",
"postinstall": "patch-package"
},
Expand Down

0 comments on commit 78daa4a

Please sign in to comment.