Skip to content

Commit

Permalink
mono - moving to prepublish instead of prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Dec 11, 2024
1 parent 235ffa0 commit d714b27
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/cache-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "xo --fix && vitest run --coverage",
"test:ci": "xo && vitest run",
"build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean",
"prepare": "pnpm run build"
"prepublish": "pnpm run build"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cacheable-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"test": "xo --fix && vitest run --coverage",
"test:ci": "xo && vitest run",
"prepare": "pnpm run build",
"prepublish": "pnpm run build",
"build": "tsc --project tsconfig.build.json",
"clean": "rimraf node_modules ./coverage ./test/testdb.sqlite ./dist"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cacheable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"private": false,
"scripts": {
"build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean",
"prepare": "pnpm build",
"prepublish": "pnpm build",
"test": "xo --fix && vitest run --coverage",
"test:ci": "xo && vitest run",
"clean": "rimraf ./dist ./coverage ./node_modules"
Expand Down
2 changes: 1 addition & 1 deletion packages/file-entry-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"scripts": {
"build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean",
"prepare": "pnpm build",
"prepublish": "pnpm build",
"test": "xo --fix && vitest run --coverage",
"test:ci": "xo && vitest run",
"clean": "rimraf ./dist ./coverage ./node_modules"
Expand Down
2 changes: 1 addition & 1 deletion packages/flat-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
],
"scripts": {
"build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean",
"prepare": "pnpm build",
"prepublish": "pnpm build",
"test": "xo --fix && vitest run --coverage",
"test:ci": "xo && vitest run",
"clean": "rimraf ./dist ./coverage ./node_modules"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"scripts": {
"build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean",
"prepare": "pnpm build",
"prepublish": "pnpm build",
"test": "xo --fix && vitest run --coverage",
"test:ci": "xo && vitest run",
"clean": "rimraf ./dist ./coverage ./node_modules"
Expand Down

0 comments on commit d714b27

Please sign in to comment.