Skip to content

Commit b9228fd

Browse files
committed
fix: switched perpare to postinstall to fix issues in CI
1 parent 7ace172 commit b9228fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-firestore",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Redux bindings for Firestore.",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -30,8 +30,8 @@
3030
"lint": "eslint src test",
3131
"lint:fix": "npm run lint -- --fix",
3232
"format": "prettier --write \"src/**/*.js\" \"test/**/*.js\"",
33-
"prepare": "npm run clean && npm run build",
34-
"preversion": "npm run clean && npm run build",
33+
"postinstall": "npm run build",
34+
"prepublish": "npm run clean && npm run build",
3535
"pre-push": "npm run lint"
3636
},
3737
"dependencies": {

0 commit comments

Comments
 (0)