Skip to content

Commit 74063ee

Browse files
committed
ci: use npm clean-install instead of normal install
1 parent 06b1a43 commit 74063ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Build package
127127
run: |
128-
npm install -D
128+
npm clean-install -D
129129
npm run build --verbose
130130
npm run test
131131
npm pack

0 commit comments

Comments
 (0)