Skip to content

Commit

Permalink
prepublishOnly => prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jan 18, 2024
1 parent d6a498f commit bf75e16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ensjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types",
"tsn": "TS_NODE_PROJECT=tsconfig.node.json node --loader ts-node/esm",
"prepublish": "pnpm build && cp ../../README.md ../../LICENSE ./",
"prepublishOnly": "pnpm tsn ./scripts/prepublishOnly.ts",
"prepack": "pnpm tsn ./scripts/prepack.ts",
"ver": "pnpm tsn ./scripts/updateVersion.ts",
"generateDocs": "pnpm tsn ./scripts/generateDocs.ts"
},
Expand Down
File renamed without changes.

0 comments on commit bf75e16

Please sign in to comment.