We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0364752 commit 1d6ee6aCopy full SHA for 1d6ee6a
1 file changed
.github/workflows/ci.yml
@@ -64,7 +64,12 @@ jobs:
64
run: npm ci
65
66
- name: Link webpack-dev-server
67
- run: npm link webpack-dev-server --ignore-scripts
+ 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
73
74
- name: Run tests
75
run: npm run test:coverage -- --ci
0 commit comments