Skip to content

Commit d8bacbb

Browse files
authored
feat: add prepare script to allow installation from Git (#348)
Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
1 parent 3fe013a commit d8bacbb

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
@@ -32,6 +32,7 @@
3232
],
3333
"scripts": {
3434
"build": "tsdown",
35+
"prepare": "npm run build",
3536
"dev": "tsdown --watch",
3637
"lint": "biome check --error-on-warnings",
3738
"format": "biome format --write",

0 commit comments

Comments
 (0)