--ignore-scripts so build is outside of setup in CI

This commit is contained in:
Nick Gerleman
2022-12-23 07:39:26 -08:00
parent 025698132f
commit c829abf257

View File

@@ -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