Skip to content

Commit

Permalink
fix(compile): fix twice compiled bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghuabei committed Oct 24, 2016
1 parent 2947a6e commit 567c14a
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 @@ -29,7 +29,7 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "babel-node ./node_modules/.bin/isparta cover _mocha",
"prepublish": "npm run compile",
"compile": "cp -R src generators && babel src/app/index.js --out-file generators/app/index.js"
"compile": "rm -rf generators && cp -R src generators && babel src/app/index.js --out-file generators/app/index.js"
},
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit 567c14a

Please sign in to comment.