Skip to content

Commit

Permalink
Remove dist directory before build
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeiller committed Jul 7, 2016
1 parent 9cc8195 commit d94f7ef
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 @@ -30,7 +30,7 @@
"bugs": "https://github.com/Elao/stylelint-config-elao/issues",
"main": "./dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"build": "rm -rf dist && babel src --out-dir dist",
"lint": "eslint . --ignore-path .gitignore",
"prepublish": "npm run build",
"pretest": "npm run lint"
Expand Down

0 comments on commit d94f7ef

Please sign in to comment.