This commit is contained in:
zhujingjing 2024-01-29 00:26:54 +08:00
parent ec35fa6b3a
commit 60e161c49e
Signed by: karlcw
GPG Key ID: B11805D3A0F5C671

View File

@ -9,7 +9,8 @@
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",
"scripts": { "scripts": {
"build": "tsc && vite build", "build": "tsc && vite build",
"push": "tsc && vite build && git commit -am \"build\" && git push && git tag v0.0.2 && git push --tags", "build-and-commit": "tsc && vite build && git commit -am \"build\"",
"push-and-tag": "git push && git tag v0.0.2 && git push --tags",
"test": "vitest" "test": "vitest"
}, },
"devDependencies": { "devDependencies": {