We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddf14d commit 24dc52eCopy full SHA for 24dc52e
.github/workflows/build.yaml
@@ -17,6 +17,7 @@ jobs:
17
git config user.name github-actions
18
git config user.email [email protected]
19
git rm -r docs/*
20
+ npm install -g react-scripts
21
npm run build
22
git add docs/
23
git commit -m 'ci build'
0 commit comments