Skip to content

Commit

Permalink
feat(core): Store
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieueveillard committed Dec 23, 2024
1 parent dda3d21 commit 37cc350
Show file tree
Hide file tree
Showing 15 changed files with 3,595 additions and 147 deletions.
28 changes: 28 additions & 0 deletions .verdaccio/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# path to a directory with all packages
storage: ../tmp/local-registry/storage

# a list of other known repositories we can talk to
uplinks:
npmjs:
url: https://registry.npmjs.org/
maxage: 60m

packages:
'**':
# give all users (including non-authenticated users) full access
# because it is a local registry
access: $all
publish: $all
unpublish: $all

# if package is not available locally, proxy requests to npm registry
proxy: npmjs

# log settings
log:
type: stdout
format: pretty
level: warn

publish:
allow_offline: true # set offline to true to allow publish offline
5 changes: 5 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@
"cache": true,
"inputs": ["default", "^production"]
}
},
"release": {
"version": {
"preVersionCommand": "npx nx run-many -t build"
}
}
}
Loading

0 comments on commit 37cc350

Please sign in to comment.