We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509aa8a commit d3de676Copy full SHA for d3de676
package.json
@@ -46,8 +46,8 @@
46
"node": ">=18"
47
},
48
"scripts": {
49
- "build": "npm run clean && tsc && rollup -c && npm run build-lib-packages",
50
- "build-lib-packages": "echo '{\"type\":\"commonjs\"}' > lib/cjs/package.json && echo '{\"type\":\"module\"}' > lib/esm/package.json",
+ "build": "npm run clean && tsc && rollup -c && npm run build-esm-packages",
+ "build-esm-packages": "echo '{\"type\":\"module\"}' > lib/esm/package.json",
51
"clean": "rimraf ./lib",
52
"lint": "eslint .",
53
"format": "prettier --write .",
0 commit comments