Skip to content

Commit 45108ec

Browse files
committed
fix: correct build command
1 parent b8a427f commit 45108ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"lint": "oxlint --deny-warnings -D correctness -D suspicious -D perf && eslint \"./src/**/*.{ts,tsx}\" --max-warnings=0",
1515
"lint:fix": "eslint \"./src/**/*.{ts,tsx}\" --max-warnings=0 --fix",
1616
"typecheck": "tsc --noEmit",
17-
"build": "rm -rf dist && tsdown src/ --format esm",
18-
"start": "npx",
17+
"build": "rm -rf dist && tsdown src/index.ts --format esm",
18+
"start": "npx .",
1919
"prepack": "npm run build"
2020
},
2121
"files": [

0 commit comments

Comments
 (0)