chore(repo): add 1hr cache to verdaccio uplink (#16894)

This commit is contained in:
Juri Strumpflohner 2023-05-11 17:48:53 +02:00 committed by GitHub
parent d0c6f5d317
commit 2341a42f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View File

@ -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:
'@*/*': '@*/*':

View File

@ -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",