mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[misc] bump the dev-env to 3.3.1
This commit is contained in:
parent
1b52366c61
commit
51e56dafcf
3 changed files with 4 additions and 3 deletions
3
services/real-time/.gitignore
vendored
3
services/real-time/.gitignore
vendored
|
@ -1,2 +1,5 @@
|
||||||
node_modules
|
node_modules
|
||||||
forever
|
forever
|
||||||
|
|
||||||
|
# managed by dev-environment$ bin/update_build_scripts
|
||||||
|
.npmrc
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
# block local, outside docker invocations of $ npm install
|
|
||||||
dry-run=true
|
|
|
@ -5,4 +5,4 @@ real-time
|
||||||
--env-pass-through=
|
--env-pass-through=
|
||||||
--node-version=10.21.0
|
--node-version=10.21.0
|
||||||
--public-repo=True
|
--public-repo=True
|
||||||
--script-version=3.3.0
|
--script-version=3.3.1
|
||||||
|
|
Loading…
Reference in a new issue