Skip to content

Commit

Permalink
fix: cleanup bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Apr 18, 2024
1 parent 1913887 commit a29df69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"scripts": {
"start": "tsx src/cli.ts",
"start": "node dist/cli.js",
"build": "tsup",
"test": "vitest",
"lint:fix": "bunx prettier . --write",
Expand All @@ -34,7 +34,7 @@
"vitest": "^1.5.0"
},
"type": "module",
"main": "./dist/index.cjs",
"main": "./dist/index.js",
"module": "./dist/index.js",
"exports": {
".": {
Expand All @@ -51,7 +51,7 @@
}
},
"bin": {
"aave-cli": "dist/cli.cjs"
"aave-cli": "dist/cli.js"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit a29df69

Please sign in to comment.