Skip to content

Commit

Permalink
fix: cli (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony authored Jul 10, 2022
1 parent ab01f51 commit c8d4696
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"dev": "esno src/cli.ts",
"build-fast": "tsup src/index.ts --format cjs,esm",
"build-fast": "tsup src --format cjs",
"build": "pnpm run build-fast -- --dts-resolve",
"test": "vitest run",
"test:watch": "vitest watch",
Expand All @@ -21,11 +21,6 @@
"ghq": "./dist/cli.js"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"types": "./dist/index.d.ts",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit c8d4696

Please sign in to comment.