We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff05cbb commit 485bde3Copy full SHA for 485bde3
scripts/start.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+npm config set registry https://registry.npmmirror.com/
4
+
5
pnpm i
6
pnpm build
7
0 commit comments