mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Don't ignore scripts
This commit is contained in:
parent
2396030248
commit
bb45f513bb
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue