Skip to content

Commit

Permalink
Remove iconUpdate script from postInstall
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Mar 20, 2019
1 parent 7d80078 commit fc0de92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -45,8 +45,7 @@
"dev": "nodemon",
"debug": "node debug app.js",
"coverage": "nyc report --reporter=text-lcov | codecov",
"itemIcons:update": "bash ./scripts/itemIconsUpdate.sh",
"postinstall": "npm run itemIcons:update"
"itemIcons:update": "bash ./scripts/itemIconsUpdate.sh"
},
"main": "app.js",
"repository": {
Expand Down

0 comments on commit fc0de92

Please sign in to comment.