mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #3068 from overleaf/jpa-block-npm-i-outside-docker
[misc] block local, outside docker invocations of 'npm install' GitOrigin-RevId: 283eaaa0e7fe40c61dc4bdf820b50c767486a9ef
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
.git
|
||||
|
||||
.npmrc
|
||||
|
||||
modules/*/Makefile
|
||||
**/node_modules
|
||||
copybara
|
||||
|
||||
2
services/web/.npmrc
Normal file
2
services/web/.npmrc
Normal file
@@ -0,0 +1,2 @@
|
||||
# disable local, outside docker invocations of $ npm install
|
||||
dry-run=true
|
||||
Reference in New Issue
Block a user