Specify node version

This commit is contained in:
trestletech
2019-06-19 10:17:31 -05:00
parent 12e91ae643
commit 384116a76f
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Run JS build process
(cd "$(dirname "$0")" && yarn build)
(cd "$(dirname "$0")" && yarn && yarn build)
if [ $? -ne 0 ]
then
echo "Error generating JavaScript assets with yarn."