Skip to content

Commit 55927c6

Browse files
author
Ashwin Kumar
committed
testing yarn berry on ci
1 parent a0e3a51 commit 55927c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/actions/node-and-build/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ runs:
4242
run: yarn
4343
shell: bash
4444
working-directory: ./amplify-js
45-
- name: Bootstrap
46-
if: inputs.is-prebuild != 'true' || steps.cache-build-artifacts.outputs.cache-hit != 'true'
47-
run: yarn bootstrap
48-
shell: bash
49-
working-directory: ./amplify-js
45+
# - name: Bootstrap
46+
# if: inputs.is-prebuild != 'true' || steps.cache-build-artifacts.outputs.cache-hit != 'true'
47+
# run: yarn bootstrap
48+
# shell: bash
49+
# working-directory: ./amplify-js
5050
- name: Build packages
5151
if: steps.cache-build-artifacts.outputs.cache-hit != 'true'
5252
run: yarn build

0 commit comments

Comments
 (0)