Skip to content

Commit

Permalink
Merge pull request nickcoutsos#48 from cpiro/fix-postinstall
Browse files Browse the repository at this point in the history
fix postinstall hook
  • Loading branch information
nickcoutsos authored Sep 20, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents cce1629 + 776c38a commit bb0c344
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
@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "cd application && npm install",
"postinstall": "cd app && npm install",
"start": "node index.js",
"dev": "cross-env ENABLE_DEV_SERVER=true node index.js",
"test": "echo \"Error: no test specified\" && exit 1"

0 comments on commit bb0c344

Please sign in to comment.