Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Oct 13, 2024
1 parent 3b7c30f commit 59227ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"default": "./dist/main.js"
},
"scripts": {
"prepublishOnly": "bun run docs",
"prepublishOnly": "bun run build && bun run docs",
"ci": "bun run lint && bun run test && bun run build",
"lint": "eslint .",
"clean": "rimraf dist",
Expand Down

0 comments on commit 59227ad

Please sign in to comment.