diff --git a/package.json b/package.json index 8a13cfc..3ccf43e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "build": "tsc && vite build", "build-and-commit": "tsc && vite build && git commit -am \"build\"", - "push-and-tag": "git push && git tag v0.0.2 && git push --tags", + "push-and-tag": "git push", "test": "vitest" }, "devDependencies": {