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 c24afc8 commit 3271a5aCopy full SHA for 3271a5a
update.sh
@@ -39,7 +39,7 @@ get-from-gstatic "firebase.js.map"
39
40
echo "|----- Bumping version number of bower.json to $VERSION... -----|"
41
42
-echo "$(node -p "JSON.stringify(Object.assign(require('./bower.json'), { version: '4.8.2' }), null, 2)")" > bower.json
+echo "$(node -p "JSON.stringify(Object.assign(require('./bower.json'), { version: '$VERSION' }), null, 2)")" > bower.json
43
44
if [[ $? -ne 0 ]]; then
45
echo "!!!!! Error: Failed to bump version number of bower.json to $VERSION. !!!!!"
0 commit comments