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
|
- name: Install NPM Packages
|
||||||
working-directory: ./client
|
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
|
- 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
|
- name: Install NPM Packages
|
||||||
working-directory: ./client
|
working-directory: ./client
|
||||||
run: npm ci
|
run: npm i && npm ci # https://github.com/npm/cli/issues/6787#issuecomment-2128344748
|
||||||
|
|
||||||
- name: Update
|
- name: Update
|
||||||
run: nix develop --command trevstack-update
|
run: nix develop --command trevstack-update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user