Skip to content

Commit

Permalink
--skip-builds -> --mode=skip-build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jul 26, 2021
1 parent 2d106ce commit 95a7b41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
YARN_ENABLE_SCRIPTS: false # disable post-install scripts
YARN_NODE_LINKER: pnp # use pnp linker for better linking performance: it's meant to update yarn cache only
run: |
yarn install --skip-builds
yarn install --mode=skip-build
yarn-validate:
name: Validate Yarn dependencies and constraints
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-parser-tests.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
echo ${{ steps.test262.outputs.sha1 }} | ./scripts/parser-tests/bump-test262-version.sh
- name: Build babel parser
run: |
yarn install --immutable --skip-builds
yarn install --immutable --mode=skip-build
yarn gulp build-rollup
- name: Update test262 allow list
run: |
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Expand Up @@ -64,7 +64,7 @@
"schedule": ["before 00:05 on Friday"],
"postUpgradeTasks": {
"commands": [
"yarn install --immutable --skip-builds",
"yarn install --immutable --mode=skip-build",
"yarn gulp build-rollup",
"make test-test262-update-allowlist",
"make test-flow-update-allowlist",
Expand Down

0 comments on commit 95a7b41

Please sign in to comment.