We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e1b84 commit af698d0Copy full SHA for af698d0
package.json
@@ -32,7 +32,6 @@
32
"lint:fix": "eslint . --fix && prettier -w src test",
33
"prepack": "pnpm build",
34
"release": "pnpm test && changelogen --release --push && npm publish",
35
- "prerelease": "pnpm test && pnpm build && changelogen --release --push --publish --publishTag latest",
36
"start": "node bin/ipx.js",
37
"test": "pnpm lint && vitest run --coverage"
38
},
0 commit comments