Add back VERSION info.

This commit is contained in:
2020-06-12 23:30:50 -05:00
parent 48853538f3
commit f5f117b890
5 changed files with 29 additions and 6 deletions
+7 -1
View File
@@ -28,7 +28,13 @@ build: yarn dist
version: $WNS_VERSION
EOF
yarn -s wire app build
yarn clean
# TODO(telackey): We need to fix `wire app build` not to bake in a path!
# In the meantime, use `yarn dist` which will not.
# yarn -s wire app build
yarn dist
if [ -d "dist/production" ]; then
yarn -s wire app publish --path './dist/production'
else