We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad493c4 commit 4d2bb96Copy full SHA for 4d2bb96
package.json
@@ -35,7 +35,6 @@
35
"build": "tsup ./src/index.ts --format cjs,esm --dts --clean",
36
"clean": "rm -rf ./lib",
37
"prepack": "yarn clean && yarn build",
38
- "publish": "npm publish --access public",
39
"test": "vitest",
40
"test:once": "vitest run",
41
"test:coverage": "vitest run --coverage"
0 commit comments