We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d329e3 commit c5894e6Copy full SHA for c5894e6
1 file changed
package.json
@@ -55,7 +55,7 @@
55
"dist"
56
],
57
"scripts": {
58
- "build": "rm -rf ./dist && rollup --config ./rollup.config.js && scripts/split-tsd-files.sh",
+ "build": "rm -rf ./dist && rollup --config ./rollup.config.mjs && scripts/split-tsd-files.sh",
59
"clean": "rm -rf ./{dist,node_modules}",
60
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog",
61
"lint:changelog": "auto-changelog validate --prettier",
0 commit comments