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