Skip to content

Commit eeee1fe

Browse files
committed
Add prepublishOnly script to history
1 parent 5569fe1 commit eeee1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/history/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build:scripts": "tsc -b scripts",
2424
"pregenerate": "npm run build:scripts",
2525
"generate": "tsx scripts/generateFull.ts",
26-
"reduce": "tsx scripts/reduceFull.ts"
26+
"prepublishOnly": "npm run build && npm run generate"
2727
},
2828
"devDependencies": {
2929
"@arethetypeswrong/core": "file:../core",

0 commit comments

Comments
 (0)