Skip to content

Commit ab33cc6

Browse files
committed
chore: output.file is already set in config; CLI arg is redundant
1 parent 9a1ab54 commit ab33cc6

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
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"prepare": "husky",
2121
"format": "prettier --write .",
22-
"build": "rolldown -c rolldown.config.ts --file bundle.js",
22+
"build": "rolldown -c rolldown.config.ts",
2323
"snapshot": "zx ./scripts/snapshot.mjs",
2424
"pretest": "pnpm run build && pnpm run snapshot",
2525
"test": "zx ./scripts/test.mjs",

0 commit comments

Comments
 (0)