fix: weird npm cli bug

This commit is contained in:
trev 2025-04-16 02:51:36 -04:00
parent e38719c292
commit 7d36ea5925
2 changed files with 2 additions and 2 deletions

View File

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

View File

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