Skip to content

Commit

Permalink
Fix copy&paster error. Only update submodule in preinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest committed Sep 17, 2018
1 parent 924ced2 commit 5429e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@
"package-plugin": "./bin/build-plugin-zip.sh",
"mobile-submodule-update": "git submodule update --init --recursive",
"mobile-install": "yarn --cwd gutenberg-mobile install",
"preinstall": "npm run mobile-submodule-update && npm run mobile-install && npm run check-licenses && npm run build:packages",
"postinstall": "yarn --cwd gutenberg-mobile install && npm run check-licenses && npm run build:packages",
"preinstall": "npm run mobile-submodule-update",
"postinstall": " npm run mobile-install && npm run check-licenses && npm run build:packages",
"pot-to-php": "./bin/pot-to-php.js",
"precommit": "lint-staged",
"publish:check": "npm run build:packages && lerna updated",
Expand Down

0 comments on commit 5429e1c

Please sign in to comment.