We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb211f commit 64d4b43Copy full SHA for 64d4b43
1 file changed
packages/app/package.json
@@ -4,10 +4,14 @@
4
"description": "Component tagger Vite plugin for JSX metadata",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
10
"directories": {
11
"doc": "doc"
12
},
13
"scripts": {
14
+ "prepack": "pnpm run build",
15
"build": "tsc -p tsconfig.json --outDir dist --declaration --declarationMap false",
16
"dev": "tsc -p tsconfig.json --watch --outDir dist --declaration --declarationMap false",
17
"lint": "npx @ton-ai-core/vibecode-linter src/",
0 commit comments