Skip to content

Commit

Permalink
use env
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed May 29, 2020
1 parent 4e9e09e commit 6c48a42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"lint": "eslint . --fix --ext js,json && remark *.md",
"test": "atom --test spec",
"clean": "shx rm -rf dist",
"debug": "npm run clean && shx cp -r lib dist && NODE_ENV=development BABEL_ENV=development babel dist --out-dir dist",
"dev": "npm run clean && NODE_ENV=development BABEL_ENV=production rollup -c -w",
"build": "npm run clean && NODE_ENV=production BABEL_ENV=production rollup -c",
"debug": "npm run clean && shx cp -r lib dist && env NODE_ENV=development env BABEL_ENV=development babel dist --out-dir dist",
"dev": "npm run clean && env NODE_ENV=development env BABEL_ENV=production rollup -c -w",
"build": "npm run clean && env NODE_ENV=production env BABEL_ENV=production rollup -c",
"ppublish": "bash ./ppublish.sh",
"prepare": "npm run build"
},
Expand Down

0 comments on commit 6c48a42

Please sign in to comment.