chore(repo): add 1hr cache to verdaccio uplink (#16894)
This commit is contained in:
parent
d0c6f5d317
commit
2341a42f77
@ -9,10 +9,10 @@ auth:
|
||||
uplinks:
|
||||
npmjs:
|
||||
url: https://registry.npmjs.org/
|
||||
cache: true
|
||||
maxage: 60m
|
||||
yarn:
|
||||
url: https://registry.yarnpkg.com
|
||||
cache: true
|
||||
maxage: 60m
|
||||
|
||||
packages:
|
||||
'@*/*':
|
||||
|
||||
7
nx.json
7
nx.json
@ -175,7 +175,12 @@
|
||||
"inputs": ["default", "^production"]
|
||||
},
|
||||
"run-e2e-tests": {
|
||||
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
|
||||
"inputs": [
|
||||
"default",
|
||||
"^production",
|
||||
"{workspaceRoot}/jest.preset.js",
|
||||
"{workspaceRoot}/.verdaccio/config.yml"
|
||||
],
|
||||
"executor": "@nx/jest:jest",
|
||||
"options": {
|
||||
"jestConfig": "{projectRoot}/jest.config.ts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user