mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Compile binary with install
This commit is contained in:
parent
892e6bf6d1
commit
173e0a80c6
2 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ module.exports = (grunt) ->
|
|||
], stdio: "inherit"
|
||||
proc.on "close", callback
|
||||
|
||||
grunt.registerTask 'compile:app', ['clean:app', 'coffee:app', 'coffee:app_src', 'coffee:smoke_tests']
|
||||
grunt.registerTask 'compile:app', ['clean:app', 'coffee:app', 'coffee:app_src', 'coffee:smoke_tests', 'compile:bin']
|
||||
grunt.registerTask 'run', ['compile:app', 'bunyan', 'execute']
|
||||
|
||||
grunt.registerTask 'compile:unit_tests', ['clean:unit_tests', 'coffee:unit_tests']
|
||||
|
|
0
services/clsi/bin/.gitignore
vendored
Normal file
0
services/clsi/bin/.gitignore
vendored
Normal file
Loading…
Reference in a new issue