Skip to content

Commit

Permalink
Run build script before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lafkpages committed Oct 14, 2023
1 parent c78a82c commit 6257004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"build": "bun scripts/build.ts",
"build:docs": "typedoc src/index.ts",
"pretest": "bun scripts/cleanupTestData.ts",
"test": "bun test"
"test": "bun test",
"prepublishOnly": "bun run build"
}
}

0 comments on commit 6257004

Please sign in to comment.