Skip to content

Commit f8e6a6b

Browse files
committed
update ci
1 parent 24dc52e commit f8e6a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git config user.name github-actions
1818
git config user.email [email protected]
1919
git rm -r docs/*
20-
npm install -g react-scripts
20+
npm install
2121
npm run build
2222
git add docs/
2323
git commit -m 'ci build'

0 commit comments

Comments
 (0)