mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-14 03:26:13 -04:00
ci: update verdaccio cache
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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
1
.gitignore
vendored
@@ -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.
Reference in New Issue
Block a user