diff --git a/package.json b/package.json index 563a6f8..dc426d5 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,9 @@ "build": "del-cli dist && tsc && ncc build --source-map", "clean": "rm -rf node_modules dist package-lock.json __tests__/runner/**/*", "lint": "eslint src/**/*.ts", - "release": "np --no-publish", + "release": "npm run build && np --no-publish", "test": "vitest run", + "version": "npm run build && git add lib dist", "watch": "vitest" }, "prettier": {