Update package json to execute pre-publish script
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
"build": "bun run build:node && bun run build:browser && bun run build:types",
|
||||
"postbuild": "bash scripts/prepare-package-json.sh",
|
||||
"postclean": "bun run lint",
|
||||
"clean": "rm -rf dist"
|
||||
"clean": "rm -rf dist",
|
||||
"prepublish": "bash scripts/pre-publish.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "9.33.0",
|
||||
|
||||
Reference in New Issue
Block a user