Skip to content

Commit

Permalink
Update npm run to use install instead of ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao committed Jul 14, 2020
1 parent ab825d4 commit 619342d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gutenberg
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"wd": "^1.11.1"
},
"scripts": {
"postinstall": "npm ci --prefix gutenberg && npm run patch-react-native",
"postinstall": "npm install --prefix gutenberg && npm run patch-react-native",
"patch-react-native": "OUT=\"$(patch -p1 --forward < patches/react-native+0.62.2.patch)\" || echo \"${OUT}\" | grep \"Skipping patch\" || (echo \"$OUT\" && false);",
"start": "react-native start --config ./metro.config.js",
"start:reset": "npm run core clean:runtime && npm run start -- --reset-cache",
Expand Down

0 comments on commit 619342d

Please sign in to comment.