Skip to content

Commit 9a05b17

Browse files
committed
Rename "npm run compile" to "npm run build" [no ci]
1 parent d9614b4 commit 9a05b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ echo
3636
if [[ $REPLY =~ ^[Yy]$ ]]; then
3737
echo '==> Compiling one more time'
3838

39-
npm run compile
39+
npm run build
4040

4141
if [[ `git status --porcelain` ]]; then
4242
echo -e "==> ${RED}There are changes in your repo, commit and test them first${RESET}"

0 commit comments

Comments
 (0)