Skip to content

Commit a28c341

Browse files
committed
🔨 Fix build script
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 35c8d8e commit a28c341

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
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"scripts": {
34-
"build": "rm -v dist/* && rollup -c rollup.config.js",
34+
"build": "rm -fv dist/* && rollup -c rollup.config.js",
3535
"check-types": "tsc --noEmit",
3636
"format": "prettier --write src '*.{js,mjs,cjs}'",
3737
"lint": "prettier --check src '*.{js,mjs,cjs}'",

0 commit comments

Comments
 (0)