mirror of
https://github.com/captbaritone/webamp
synced 2024-11-21 23:32:16 +00:00
Don't ignore scripts
This commit is contained in:
parent
2396030248
commit
bb45f513bb
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install Dependencies
|
||||
run: yarn install --frozen-lockfile --ignore-scripts
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build
|
||||
run: |
|
||||
yarn workspace ani-cursor build
|
||||
|
Loading…
Reference in New Issue
Block a user