We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee84ef commit da7e3eeCopy full SHA for da7e3ee
package.json
@@ -120,7 +120,7 @@
120
"url": "https://github.com/aureooms/js-gn.git"
121
},
122
"scripts": {
123
- "build": "rm -rf lib && babel src -d lib",
+ "build": "babel --delete-dir-on-start --env-name production src -d lib",
124
"cover": "nyc --reporter=lcov npm test",
125
"esdoc": "esdoc",
126
"prepare": "npm run build",
0 commit comments