Skip to content

Commit

Permalink
Merge pull request #67 from beagleterm/fix_validation
Browse files Browse the repository at this point in the history
Remove pem file after npm install
  • Loading branch information
Tyler Hughes authored Sep 14, 2016
2 parents 6faf170 + 9fc2c03 commit 3af9587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"main": "main.js",
"scripts": {
"postinstall": "bower install"
"postinstall": "bower install && find . -name \"*.pem\" -type f -delete"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3af9587

Please sign in to comment.