Skip to content

Commit f8e6a6b

Browse files
committedJul 24, 2021
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

+1-1
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 github-actions@github.com
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)
Please sign in to comment.