Skip to content

Commit

Permalink
Yarn: run with --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simison authored Feb 11, 2020
1 parent 5b94682 commit 723c7a5
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 @@
"clean-client": "rm -rf _inc/build/ css/",
"clean-composer": "rm -rf vendor/",
"clean-extensions": "rm -rf _inc/blocks/ ",
"install-if-deps-outdated": "yarn check 2> /dev/null || yarn install --check-files --production=false",
"install-if-deps-outdated": "yarn check 2> /dev/null || yarn install --check-files --production=false --frozen-lockfile",
"distclean": "rm -rf node_modules && yarn clean",
"build": "yarn install-if-deps-outdated && yarn clean && yarn build-client && yarn build-php && yarn build-extensions && yarn build-search",
"build-client": "gulp",
Expand Down

0 comments on commit 723c7a5

Please sign in to comment.