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