feat: add new tag pushing
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"scripts": {
|
||||
"dev": "ncc -smw --license licenses.txt build src/main.ts",
|
||||
"build": "ncc -sm --license licenses.txt build src/main.ts",
|
||||
"push": "np --preview --no-cleanup --no-publish --message 'chore: v%s'",
|
||||
"push": "np --no-cleanup --no-publish --no-tests --message 'chore: v%s'",
|
||||
"postpush": "git tag --force v1 && git push -f",
|
||||
"version": "pnpm run build && git add dist"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user