Skip to content

Commit cfbfff5

Browse files
committed
ci: changed install step
1 parent 2e83713 commit cfbfff5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
3737
- name: npm install
3838
run: |
39-
npm i --workspaces && \
39+
npm i
40+
npm run clean
41+
npm i --workspaces
4042
npm run compile --workspaces
4143
4244
- name: npm build

0 commit comments

Comments
 (0)