We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca51b5c commit a2b0486Copy full SHA for a2b0486
package.json
@@ -13,8 +13,8 @@
13
],
14
"main": "index.js",
15
"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"
+ "build": "babel src --out-dir dist -s; cp README.md LICENSE package.json dist; cd dist && npm install --only=production && cd -",
+ "pub": "npm run build && npm publish dist"
18
},
19
"author": "Google",
20
"repository": {
0 commit comments