Skip to content

Commit d916b64

Browse files
authored
ci: use npm ci for frontend (#142)
1 parent e9a83a3 commit d916b64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
cargo build
4242
cargo test
4343
wasm-pack build
44-
- name: npm install, build, and test
44+
- name: npm ci, build, and test
4545
working-directory: ./frontend
4646
run: |
47-
npm install
47+
npm ci --ignore-scripts
4848
npm run check:format
4949
npm test
5050
npm run build

0 commit comments

Comments
 (0)