Skip to content

Commit

Permalink
fix(scripts): postinstall flags
Browse files Browse the repository at this point in the history
The -d flag was actually needed along with -o to install only peers but
also save them in devDependencies.
  • Loading branch information
sylver committed Apr 30, 2020
1 parent d22fab7 commit a9919d7
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 @@ -22,7 +22,7 @@
"materya"
],
"scripts": {
"postinstall": "npx install-peerdeps -o eslint-config-materya",
"postinstall": "npx install-peerdeps -d -o eslint-config-materya",
"release": "standard-version",
"test": "eslint ."
},
Expand Down

0 comments on commit a9919d7

Please sign in to comment.