Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit c47fbd0

Browse files
committed
Fix prepublish script
1 parent 5f77c59 commit c47fbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"format": "prettier --write \"**/*.{ts,js,json,yaml,yml,md}\"",
2727
"format:check": "prettier --debug-check \"**/*.{ts,js,json,yaml,yml,md}\"",
2828
"pre-commit": "lint-staged",
29-
"prepublishOnly": "rimraf build && ncc build src/app.ts -o build --minify"
29+
"prepublishOnly": "rimraf build && NODE_ENV=production rollup -c"
3030
},
3131
"files": [
3232
"bin",

0 commit comments

Comments
 (0)