Fix build:js:watch not building at first launch in Docker

This commit is contained in:
Timo Schwarzer
2020-10-01 11:25:22 +02:00
parent f3ee8f2d4c
commit aca37b8784
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@ set -e
npm install
npm rebuild node-sass
exec npm run watch
SHELL=/bin/sh exec npm run watch