Skip to content

Commit 0956d12

Browse files
author
username
committed
refactor: remove yarn
1 parent 198aa20 commit 0956d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy-appengine.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ GAE_APP_YML="app.yaml"
44
GAE_DEPLOY_VERSION="<<DEPLOY_VERSION>>"
55
GAE_URL="https://${GAE_DEPLOY_VERSION}-dot-${GAE_PRJ_ID}.appspot.com"
66

7-
yarn build
7+
npm run build
88

99
if [ $? -ne 0 ]; then
10-
echo "yarn build failed."
10+
echo "npm build failed."
1111
exit 1
1212
fi
1313

0 commit comments

Comments
 (0)