Fix release frontend generation

This commit is contained in:
Mikko Ahlroth 2018-11-17 17:37:25 +02:00
parent a8ff841342
commit e2cdb17837

View file

@ -8,7 +8,7 @@ FRONTEND_PATH='lib/web/frontend'
cd ${FRONTEND_PATH}
bsb -make-world
node_modules/.bin/bsb -make-world
NODE_ENV=production node fuse build
cd ${CURRENT_DIR}