Skip to content

Commit 68c2131

Browse files
committed
ci: do not build client again after npm link
1 parent f10c3f6 commit 68c2131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

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

8787
- name: Link webpack-dev-server
8888
run: |
89-
npm link
89+
npm link --ignore-scripts # do not build the client again
9090
npm link webpack-dev-server
9191
9292
- name: Run tests for webpack version ${{ matrix.webpack-version }}

0 commit comments

Comments
 (0)