Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
notwaldorf committed Jun 10, 2017
1 parent 6fa408b commit 9fb3f6d
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 @@ -5,7 +5,7 @@
"main": "emoji-translate.js",
"scripts": {
"test": "node test.js",
"build": "npm install && webpack",
"build": "rm .gitignore && npm install && webpack",
"clean": "rm -rf ./node_modules && rm -rf ./public"
},
"repository": {
Expand Down

0 comments on commit 9fb3f6d

Please sign in to comment.