Skip to content

Commit

Permalink
ci: switch to npm (kamp-us#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanueste committed Jul 8, 2023
1 parent b17c1a0 commit a74e95e
Show file tree
Hide file tree
Showing 5 changed files with 17,638 additions and 24,553 deletions.
19 changes: 19 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Disable `workspace:*` syntax for defining workspace package dependencies.
#
# See: https://pnpm.io/npmrc#save-workspace-protocol
save-workspace-protocol=false

# Link locally available packages to `node_modules` instead of downloading
# from registry.
#
# See: https://pnpm.io/npmrc#link-workspace-packages
link-workspace-packages=true

# Prefer workspace packages over packages on the registry even if there is
# a newer version of the workspace package is available on registry.
#
# Note: Only useful if `save-workspace-protocol=false`, otherwise
# `workspace:*` syntax will handle this case anyway.
#
# See: https://pnpm.io/npmrc#prefer-workspace-packages
prefer-workspace-packages=true
Loading

0 comments on commit a74e95e

Please sign in to comment.