Skip to content

Commit

Permalink
fix(ch08s02): Added NPM config for disconnected environment
Browse files Browse the repository at this point in the history
  • Loading branch information
psolarvi committed Sep 25, 2023
1 parent 975bd0c commit 5f0a33b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/compreview-todo/todo-ssr/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
registry=http://nexus-infra.apps.ocp4.example.com/repository/npm
audit=false
package-lock=false
2 changes: 2 additions & 0 deletions labs/compreview-todo/todo-frontend/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
registry=http://nexus-infra.apps.ocp4.example.com/repository/npm
audit=false
package-lock=false

0 comments on commit 5f0a33b

Please sign in to comment.