Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
Force install-peers for it to work with npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakari Mursu committed Aug 7, 2020
1 parent 65fa317 commit 5e4f373
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 @@ -15,7 +15,7 @@
"test": "jest",
"lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",
"format": "prettier --ignore-path .gitignore --write './**/*.{ts,js,json,css}'",
"prepare": "install-peers"
"prepare": "install-peers -f"
},
"keywords": [],
"author": {
Expand Down

0 comments on commit 5e4f373

Please sign in to comment.