We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e3a51 commit 55927c6Copy full SHA for 55927c6
.github/actions/node-and-build/action.yml
@@ -42,11 +42,11 @@ runs:
42
run: yarn
43
shell: bash
44
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
+ # - name: Bootstrap
+ # if: inputs.is-prebuild != 'true' || steps.cache-build-artifacts.outputs.cache-hit != 'true'
+ # run: yarn bootstrap
+ # shell: bash
+ # working-directory: ./amplify-js
50
- name: Build packages
51
if: steps.cache-build-artifacts.outputs.cache-hit != 'true'
52
run: yarn build
0 commit comments