Skip to content

Commit

Permalink
fix: fix BABEL_ENV to development to fix npm installation directly fr…
Browse files Browse the repository at this point in the history
…om git.
  • Loading branch information
3cp committed Mar 8, 2018
1 parent 68f62d6 commit 7af52bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tape-run": "^3.0.4"
},
"scripts": {
"build": "rollup -c",
"build": "env BABEL_ENV=development rollup -c",
"lint": "eslint src",
"prepare": "npm run build",
"preversion": "npm test",
Expand Down

0 comments on commit 7af52bd

Please sign in to comment.