Skip to content

Commit

Permalink
add clean command [skip ci] (babel#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo authored and Kristof degrave committed Oct 27, 2016
1 parent 717cfef commit 521fa90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"flow-bin": "^0.33.0",
"lodash": "^4.15.0",
"nyc": "^8.1.0",
"rimraf": "^2.5.4",
"rollup": "^0.36.3",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-node-resolve": "^2.0.0",
Expand All @@ -41,8 +42,9 @@
"build": "rollup -c",
"coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
"lint": "eslint src bin",
"clean": "rimraf lib",
"flow": "flow",
"prepublish": "cross-env BABEL_ENV=production npm run build",
"prepublish": "npm run clean && cross-env BABEL_ENV=production npm run build",
"preversion": "npm run test && npm run changelog",
"test": "npm run lint && npm run flow && npm run build && npm run test-only",
"test-only": "ava test",
Expand Down

0 comments on commit 521fa90

Please sign in to comment.