feat: create deploy ci

This commit is contained in:
Aarnav Tale
2023-01-25 10:39:31 -05:00
parent c370e32093
commit 641b6b74db
3 changed files with 34 additions and 4 deletions

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 --tags",
"push": "np --no-cleanup --no-publish --no-tests --message 'chore: v%s'",
"version": "pnpm run build && git add dist"
},
"dependencies": {