Skip to content

Commit 919b436

Browse files
committed
Call pre commit hook.
1 parent 19f14ed commit 919b436

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bnf/rollup.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ export default [
1919
json(),
2020
terser(),
2121
copy({
22-
targets: [
23-
{ src: "atsds_bnf/index.d.mts", dest: "dist" }
24-
]
22+
targets: [{ src: "atsds_bnf/index.d.mts", dest: "dist" }],
2523
}),
2624
],
2725
},

0 commit comments

Comments
 (0)