Fix script.

This commit is contained in:
2020-08-27 13:10:47 -05:00
parent 3f9dc27869
commit 55b667dafe
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ for appdir in `find ./packages -name '*-app' -type d | grep -v node_modules`; do
fi
WNS_NAME="$WNS_ORG/$PKG_NAME"
WNS_VERSION=`yarn -s wire wns name resolve wrn://${WNS_ORG}/application/${PKG_NAME} | jq -r '.records[0].attributes.version'"`
WNS_VERSION=`yarn -s wire wns name resolve wrn://${WNS_ORG}/application/${PKG_NAME} | jq -r '.records[0].attributes.version'`
if [ -z "$WNS_VERSION" ]; then
WNS_VERSION="0.0.1"