Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Sep 19, 2023
1 parent 0b77b5a commit 3d5be4c
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"browser-cache-mock": "^0.1.7",
"cross-fetch": "^4.0.0",
"del-cli": "^5.1.0",
"fix-tsup-cjs": "^1.2.0",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
Expand All @@ -90,7 +91,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"build": "pnpm run clean && tsup",
"build": "pnpm run clean && tsup && fix-tsup-cjs",
"watch": "tsup --watch",
"clean": "del dist/*",
"start": "http-server test/__fixtures__ -p 1337 --cors",
Expand Down
70 changes: 70 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d5be4c

Please sign in to comment.