Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 33eb452

Browse files
committed
ci代替install
1 parent d3ea5d5 commit 33eb452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
cd ./frontend
3-
npm install
3+
npm ci
44
npm run build
55
cd ..
66
cp main.go main.go.org

0 commit comments

Comments
 (0)