ci: update verdaccio cache

This commit is contained in:
Zoltan Kochan
2022-06-01 02:48:58 +03:00
parent 9f29df803d
commit 99d5beac0f
8 changed files with 4 additions and 8 deletions

View File

@@ -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)

1
.gitignore vendored
View File

@@ -42,4 +42,5 @@ yarn.lock
RELEASE.md
.jest-cache
.verdaccio-cache
.turbo

View File

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

View File

@@ -1,4 +1,4 @@
storage: ./verdaccio/node_modules/storage-cache
storage: ./.verdaccio-cache
middlewares:
audit:
enabled: true

View File

@@ -1 +0,0 @@
lockfile=false

View File

@@ -1,5 +0,0 @@
{
"dependencies": {
"storage-cache": "file:storage-1.0.0.tgz"
}
}

View File

View File

Binary file not shown.