Skip to content

Commit 9311ba1

Browse files
committed
Update release script
1 parent da612cf commit 9311ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
changelog=node_modules/.bin/changelog
44

5-
if ! [ -e scripts/build.js ]; then
5+
if ! [ -e scripts/release.sh ]; then
66
echo >&2 "Please run scripts/release.sh from the repo root"
77
exit 1
88
fi

0 commit comments

Comments
 (0)