ci: update verdaccio cache
This commit is contained in:
parent
9f29df803d
commit
99d5beac0f
|
|
@ -50,6 +50,7 @@ jobs:
|
|||
privatePackages/*/lib
|
||||
privatePackages/*/tsconfig.tsbuildinfo
|
||||
.jest-cache
|
||||
.verdaccio-cache
|
||||
key: ts-jest-${{ matrix.platform }}-${{ matrix.node }}-${{ github.run_id }}
|
||||
restore-keys: ts-jest-${{ matrix.platform }}-${{ matrix.node }}-
|
||||
- name: run tests (main)
|
||||
|
|
|
|||
|
|
@ -42,4 +42,5 @@ yarn.lock
|
|||
RELEASE.md
|
||||
|
||||
.jest-cache
|
||||
.verdaccio-cache
|
||||
.turbo
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"bump": "changeset version && pnpm update-manifests",
|
||||
"changeset": "changeset",
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"prepare": "pnpm --dir=verdaccio install && husky install",
|
||||
"prepare": "husky install",
|
||||
"pretest": "pnpm run compile-only && pnpm --dir=fixtures run prepareFixtures",
|
||||
"lint": "pnpm lint:meta && syncpack list-mismatches && eslint **/src/**/*.ts **/test/**/*.ts",
|
||||
"test-main": "pnpm pretest && pnpm lint --quiet && run-p -r verdaccio test-pkgs-main",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
storage: ./verdaccio/node_modules/storage-cache
|
||||
storage: ./.verdaccio-cache
|
||||
middlewares:
|
||||
audit:
|
||||
enabled: true
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
lockfile=false
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"storage-cache": "file:storage-1.0.0.tgz"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Loading…
Reference in New Issue