Remove compilation step from document-updater

This commit is contained in:
Miguel Serrano 2020-05-06 14:32:53 +02:00 committed by GitHub
parent 0a21775489
commit 9875106760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ grep 'name:' config/services.js | \
web)
npm run webpack:production
;;
real-time|document-updater)
real-time)
npm run compile:all
;;
*)