mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fixed compile scripts for non-coffee modules (#717)
This commit is contained in:
parent
f7ac10cc97
commit
11e7f7d60e
1 changed files with 3 additions and 3 deletions
|
@ -12,11 +12,11 @@ grep 'name:' config/services.js | \
|
||||||
web)
|
web)
|
||||||
npm run webpack:production
|
npm run webpack:production
|
||||||
;;
|
;;
|
||||||
chat|filestore|notifications|tags)
|
real-time|document-updater)
|
||||||
echo "$service doesn't require a compilation"
|
npm run compile:all
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
npm run compile:all
|
echo "$service doesn't require a compilation"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue