fix: weird npm cli bug
This commit is contained in:
parent
e38719c292
commit
7d36ea5925
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Install NPM Packages
|
||||
working-directory: ./client
|
||||
run: npm ci
|
||||
run: npm i && npm ci # https://github.com/npm/cli/issues/6787#issuecomment-2128344748
|
||||
|
||||
- uses: nicknovitski/nix-develop@v1
|
||||
|
||||
|
2
.github/workflows/update.yaml
vendored
2
.github/workflows/update.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- name: Install NPM Packages
|
||||
working-directory: ./client
|
||||
run: npm ci
|
||||
run: npm i && npm ci # https://github.com/npm/cli/issues/6787#issuecomment-2128344748
|
||||
|
||||
- name: Update
|
||||
run: nix develop --command trevstack-update
|
||||
|
Loading…
x
Reference in New Issue
Block a user