Skip to content

Commit

Permalink
fix: esm issue with duplicated import
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed May 19, 2023
1 parent c5a021e commit 9acf312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"url": "https://github.com/marko-js/rollup"
},
"scripts": {
"build": "tsc -b && node prepend-file-vars.mjs && echo '{\"type\":\"module\"}' > dist/esm/package.json",
"build": "rm -rf ./dist && tsc -b && node prepend-file-vars.mjs && echo '{\"type\":\"module\"}' > dist/esm/package.json",
"ci:report": "codecov",
"ci:test": "jest --ci --coverage",
"format": "npm run lint:eslint -- --fix && npm run lint:prettier -- --write && (fixpack || true)",
Expand Down

0 comments on commit 9acf312

Please sign in to comment.