Skip to content

Commit a2b0486

Browse files
author
Nicolas Garnier
committed
Fixing build and publish scripts.
1 parent ca51b5c commit a2b0486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"main": "index.js",
1515
"scripts": {
16-
"build": "babel src --out-dir dist -s; cp README.md LICENSE package.json dist; cd dist && npm install --only=production",
17-
"publish": "npm run build && cd dist && npm publish"
16+
"build": "babel src --out-dir dist -s; cp README.md LICENSE package.json dist; cd dist && npm install --only=production && cd -",
17+
"pub": "npm run build && npm publish dist"
1818
},
1919
"author": "Google",
2020
"repository": {

0 commit comments

Comments
 (0)