Skip to content

Commit af698d0

Browse files
committed
chore: remove old release script
1 parent f5e1b84 commit af698d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"lint:fix": "eslint . --fix && prettier -w src test",
3333
"prepack": "pnpm build",
3434
"release": "pnpm test && changelogen --release --push && npm publish",
35-
"prerelease": "pnpm test && pnpm build && changelogen --release --push --publish --publishTag latest",
3635
"start": "node bin/ipx.js",
3736
"test": "pnpm lint && vitest run --coverage"
3837
},

0 commit comments

Comments
 (0)