mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 19:34:26 +00:00
add Grunt task to run without parallel watch
This commit is contained in:
parent
3c59de31df
commit
74959e7947
1 changed files with 1 additions and 0 deletions
|
@ -381,6 +381,7 @@ module.exports = (grunt) ->
|
|||
grunt.registerTask 'test:modules:unit', 'Run the unit tests for the modules', ['compile:modules:server', 'compile:modules:unit_tests'].concat(moduleUnitTestTasks)
|
||||
|
||||
grunt.registerTask 'run', "Compile and run the web-sharelatex server", ['compile', 'env:run', 'parallel']
|
||||
grunt.registerTask 'runq', "Compile and run the web-sharelatex server", ['compile', 'env:run', 'exec']
|
||||
|
||||
grunt.registerTask 'default', 'run'
|
||||
|
||||
|
|
Loading…
Reference in a new issue