Skip to content

Commit 5098564

Browse files
committed
Install as non dev dependency?
1 parent ee9f9a3 commit 5098564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
node-version: 16.14.0
6666
# NPM
6767
- name: NPM master
68-
run: npm ci && npm i -D file:. && npm run build
68+
run: npm ci && npm i file:. && npm run build
6969
working-directory: master
7070
- name: NPM commit
71-
run: npm ci && npm i -D file:. && npm run build
71+
run: npm ci && npm i file:. && npm run build
7272
working-directory: commit
7373
# Benchmark directory setup
7474
- name: Ensure benchmark data dir exists

0 commit comments

Comments
 (0)