This commit is contained in:
zhujingjing 2024-01-29 00:21:19 +08:00
parent d14fac052c
commit c9089845c3
Signed by: karlcw
GPG Key ID: B11805D3A0F5C671

View File

@ -9,7 +9,7 @@
"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", "push": "tsc && vite build && git commit -am \"build\" && git push && git tag v0.0.2 && git push --tags",
"test": "vitest" "test": "vitest"
}, },
"devDependencies": { "devDependencies": {