Skip to content

Commit

Permalink
chore: add prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Aug 17, 2024
1 parent 302f210 commit 42ee5b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-visitor-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"build:debug": "npm run build:cjs -- -m && npm run build:types",
"build:keys": "node tools/build-keys-from-ts",
"build:types": "tsc",
"prepublishOnly": "npm run build",
"release:generate:latest": "eslint-generate-release",
"release:generate:alpha": "eslint-generate-prerelease alpha",
"release:generate:beta": "eslint-generate-prerelease beta",
Expand Down

0 comments on commit 42ee5b7

Please sign in to comment.