Skip to content

Commit 485bde3

Browse files
committed
feat: npm set registry
1 parent ff05cbb commit 485bde3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/start.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
npm config set registry https://registry.npmmirror.com/
4+
35
pnpm i
46
pnpm build
57

0 commit comments

Comments
 (0)