Skip to content

Commit 384b70b

Browse files
authored
chore: build early to allow running from github (#310)
1 parent aba4a31 commit 384b70b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"format": "biome format --write",
2424
"lint": "biome lint --write",
2525
"postpack": "shx rm -f oclif.manifest.json",
26+
"prepare": "npm run build",
2627
"prepack": "oclif manifest && oclif readme",
2728
"pretest": "npm run lint && npm run typecheck",
2829
"readme": "npm run ci:fix && npm run build && npm exec oclif readme",

0 commit comments

Comments
 (0)