Skip to content

Commit c5894e6

Browse files
committed
Fix build command
1 parent 8d329e3 commit c5894e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dist"
5656
],
5757
"scripts": {
58-
"build": "rm -rf ./dist && rollup --config ./rollup.config.js && scripts/split-tsd-files.sh",
58+
"build": "rm -rf ./dist && rollup --config ./rollup.config.mjs && scripts/split-tsd-files.sh",
5959
"clean": "rm -rf ./{dist,node_modules}",
6060
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog",
6161
"lint:changelog": "auto-changelog validate --prettier",

0 commit comments

Comments
 (0)