Skip to content

Commit 1d6ee6a

Browse files
committed
fixup!
1 parent 0364752 commit 1d6ee6a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,12 @@ jobs:
6464
run: npm ci
6565

6666
- name: Link webpack-dev-server
67-
run: npm link webpack-dev-server --ignore-scripts
67+
run: |
68+
cp -R client tmp-client
69+
npm link --ignore-scripts
70+
npm link webpack-dev-server --ignore-scripts
71+
rm -r client
72+
cp -R tmp-client client
6873
6974
- name: Run tests
7075
run: npm run test:coverage -- --ci

0 commit comments

Comments
 (0)