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