Skip to content

Commit 6400327

Browse files
committed
chore: update codeup script to point to the dist
1 parent 797babc commit 6400327

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@
1818
},
1919
"types": "./dist/index.d.ts",
2020
"bin": "./dist/cli/index.mjs",
21-
"files": [
22-
"dist"
23-
],
21+
"files": ["dist"],
2422
"scripts": {
2523
"build": "unbuild",
26-
"codeup": "jiti ./src/cli/index.ts",
24+
"codeup": "jiti ./dist/cli/index.mjs",
2725
"lint": "eslint . && biome check .",
2826
"lint:fix": "automd && eslint . --fix && biome check --apply .",
2927
"prepack": "pnpm build",

0 commit comments

Comments
 (0)