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 8a59e48 commit 75b9597Copy full SHA for 75b9597
misc/build-docs.sh
@@ -50,4 +50,6 @@ mv target/doc target/book/rustdoc
50
cd frontend
51
npm ci
52
npx storybook build -o ../target/book/storybook
53
-cd ..
+# Copy the mock service worker to the root of the domain, else it won't load
54
+cp ../target/book/storybook/mockServiceWorker.js ../target/book/mockServiceWorker.js
55
+cd ..
0 commit comments