We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a427f commit 45108ecCopy full SHA for 45108ec
package.json
@@ -14,8 +14,8 @@
14
"lint": "oxlint --deny-warnings -D correctness -D suspicious -D perf && eslint \"./src/**/*.{ts,tsx}\" --max-warnings=0",
15
"lint:fix": "eslint \"./src/**/*.{ts,tsx}\" --max-warnings=0 --fix",
16
"typecheck": "tsc --noEmit",
17
- "build": "rm -rf dist && tsdown src/ --format esm",
18
- "start": "npx",
+ "build": "rm -rf dist && tsdown src/index.ts --format esm",
+ "start": "npx .",
19
"prepack": "npm run build"
20
},
21
"files": [
0 commit comments