fix: actually push tags

This commit is contained in:
Aarnav Tale
2023-01-25 00:45:20 -05:00
parent 11bbbb9207
commit 8a18fa720b

View File

@@ -4,7 +4,7 @@
"scripts": {
"dev": "ncc -smw --license licenses.txt build src/main.ts",
"build": "ncc -sm --license licenses.txt build src/main.ts",
"push": "np --no-cleanup --no-publish --no-tests --message 'chore: v%s' && git tag --force v1 && git push -f",
"push": "np --no-cleanup --no-publish --no-tests --message 'chore: v%s' && git tag --force v1 && git push -f --tags",
"version": "pnpm run build && git add dist"
},
"dependencies": {