diff --git a/package-lock.json b/package-lock.json index b3874db..101b9b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-plugin-firebase", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vite-plugin-firebase", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "dependencies": { "firebase-tools": "^10.2.1" diff --git a/package.json b/package.json index 96e7b6f..d03a2f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-firebase", - "version": "0.3.1", + "version": "0.3.2", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", @@ -18,7 +18,8 @@ "vite-plugin" ], "scripts": { - "build": "tsup src/index.ts --format cjs,esm --dts" + "build": "tsup src/index.ts --format cjs,esm --dts", + "release": "npm install && npm run build && npm publish" }, "engines": { "node": ">=12.0.0"