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 070527d commit 34978f1Copy full SHA for 34978f1
.github/workflows/run-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Link step 2
29
run: cd testing-app
30
- name: Link step 3
31
- run: npm link @ryfylke-react/rtk-query-loader
+ run: npm link @ryfylke-react/rtk-query-loader --force
32
- name: Install testing-app
33
run: yarn install
34
- name: Build the project
0 commit comments