Skip to content

Commit cd6c7ff

Browse files
@jotadevelopersergiohgz
authored andcommitted
fix: build before publish
1 parent 7bd99ed commit cd6c7ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/local-storage/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"lint": "eslint .",
99
"flow": "flow",
1010
"build": "babel src/ --out-dir lib/ --copy-files --ignore ___tests___",
11+
"prepublish": "npm run build",
1112
"cover": "cross-env NODE_ENV=test nyc npm t"
1213
},
1314
"dependencies": {

0 commit comments

Comments
 (0)