We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234df24 commit 5f94541Copy full SHA for 5f94541
.github/workflows/verify-js-built.yaml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
if [[ `git status --porcelain` ]]; then
41
git diff
42
- echo "Uncommitted changes found. Please commit any changes that result from 'npm run build'."
+ echo "Uncommitted changes found. Please commit any changes that result from 'npm ci && npm run build'."
43
exit 1
44
else
45
echo "No uncommitted changes found."
0 commit comments