Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
rollup dependencies and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 17, 2020
1 parent 402a8c4 commit 648ddcc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"test": "atom --test spec",
"clean": "shx rm -rf dist",
"babel": "npm run clean && shx cp -r lib dist && cross-env NODE_ENV=development cross-env BABEL_ENV=development babel dist --out-dir dist",
"build": "npm run babel",
"dev": "npm run clean && cross-env NODE_ENV=development cross-env BABEL_ENV=production rollup -c -w",
"build": "npm run clean && cross-env NODE_ENV=production cross-env BABEL_ENV=production rollup -c ",
"build-commit": "build-commit -o dist",
"prepare": "npm run build"
},
Expand Down Expand Up @@ -59,6 +60,8 @@
"devDependencies": {
"coffeelint": "^1.9.7",
"coffeescript": "^1.12.7",
"rollup": "^2.21.0",
"rollup-plugin-atomic": "^1.0.2",
"shx": "latest",
"cross-env": "^7.0.2",
"@babel/cli": "7.10.5",
Expand Down

0 comments on commit 648ddcc

Please sign in to comment.