--ignore-scripts so build is outside of setup in CI
This commit is contained in:
2
.github/actions/setup-js/action.yml
vendored
2
.github/actions/setup-js/action.yml
vendored
@@ -17,5 +17,5 @@ runs:
|
|||||||
|
|
||||||
- name: yarn install
|
- name: yarn install
|
||||||
shell: bash
|
shell: bash
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile --ignore-scripts
|
||||||
working-directory: javascript
|
working-directory: javascript
|
||||||
|
Reference in New Issue
Block a user