build
This commit is contained in:
parent
d14fac052c
commit
c9089845c3
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user