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 da612cf commit 9311ba1Copy full SHA for 9311ba1
scripts/release.sh
@@ -2,7 +2,7 @@
2
3
changelog=node_modules/.bin/changelog
4
5
-if ! [ -e scripts/build.js ]; then
+if ! [ -e scripts/release.sh ]; then
6
echo >&2 "Please run scripts/release.sh from the repo root"
7
exit 1
8
fi
0 commit comments