Skip to content

Commit

Permalink
shx
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed Jan 14, 2018
1 parent e36ce1e commit 87c3a7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"prepare": "npm run dist",
"prepublishOnly": "npm run lint && npm run test",
"dist": "npm run node && npm run web",
"node": "rm -rf dist && cross-env NODE_ENV=production tsc",
"web": "rm -rf web && cross-env NODE_ENV=production webpack",
"node": "shx rm -rf dist && cross-env NODE_ENV=production tsc",
"web": "shx rm -rf web && cross-env NODE_ENV=production webpack",
"lint": "npm run eslint && npm run tslint",
"eslint": "eslint *.js lib test",
"tslint": "tslint -p .",
Expand Down Expand Up @@ -59,6 +59,7 @@
"nyc": "^11.4.1",
"power-assert": "^1.4.4",
"shioriloader": "^2.0.0",
"shx": "^0.2.2",
"ts-loader": "^3.2.0",
"tslint": "^5.9.1",
"typedoc": "^0.9.0",
Expand Down

0 comments on commit 87c3a7d

Please sign in to comment.