Explorar o código

Merge pull request #3081 from overleaf/jpa-npmc-via-dev-env

[misc] drop the npmrc from the git-tree -- the dev-env will handle it

GitOrigin-RevId: 096b7f8d9c88e54eff6972feaaf205b32940c54d
Jessica Lawshe %!s(int64=6) %!d(string=hai) anos
pai
achega
197cf5e577
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  1. 3 0
      services/web/.gitignore
  2. 0 2
      services/web/.npmrc

+ 3 - 0
services/web/.gitignore

@@ -63,3 +63,6 @@ modules/**/Makefile
 
 # Sentry secrets file (injected by CI)
 .sentryclirc
+
+# via dev-environment
+.npmrc

+ 0 - 2
services/web/.npmrc

@@ -1,2 +0,0 @@
-# disable local, outside docker invocations of $ npm install
-dry-run=true