This commit is contained in:
zhujingjing 2024-01-29 00:28:18 +08:00
parent 60e161c49e
commit 69de163826
Signed by: karlcw
GPG Key ID: B11805D3A0F5C671

View File

@ -10,7 +10,7 @@
"scripts": {
"build": "tsc && vite build",
"build-and-commit": "tsc && vite build && git commit -am \"build\"",
"push-and-tag": "git push && git tag v0.0.2 && git push --tags",
"push-and-tag": "git push",
"test": "vitest"
},
"devDependencies": {