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 342412b commit 269a9ffCopy full SHA for 269a9ff
packages/create-vue-lib/package.json
@@ -46,7 +46,6 @@
46
"build:templates": "copyfiles -u 1 -a \"src/template/**\" dist",
47
"build:ts": "tsup src/index.ts --format cjs --target node18",
48
"build": "run-s clean build:copy build:templates build:ts lint:package",
49
- "start": "node ./dist/index.cjs",
50
- "preinstall": "npx only-allow pnpm"
+ "start": "node ./dist/index.cjs"
51
}
52
0 commit comments