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 387edf1 commit f3057d3Copy full SHA for f3057d3
package.json
@@ -22,7 +22,7 @@
22
"test": "test"
23
},
24
"scripts": {
25
- "build": "babel src --out-dir lib --source-maps",
+ "buildr": "babel src --out-dir lib --source-maps",
26
"watch": "babel src --out-dir lib --watch --source-maps",
27
"prepublish": "npm run --if-present build",
28
"test": "mocha"
0 commit comments