diff --git a/package.json b/package.json index b7a2bf2..8a13cfc 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "types": "./lib/index.d.ts", "scripts": { "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" }, "devDependencies": {