Skip to content

Commit 269a9ff

Browse files
committed
Remove unnecessary preinstall check
1 parent 342412b commit 269a9ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/create-vue-lib/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"build:templates": "copyfiles -u 1 -a \"src/template/**\" dist",
4747
"build:ts": "tsup src/index.ts --format cjs --target node18",
4848
"build": "run-s clean build:copy build:templates build:ts lint:package",
49-
"start": "node ./dist/index.cjs",
50-
"preinstall": "npx only-allow pnpm"
49+
"start": "node ./dist/index.cjs"
5150
}
5251
}

0 commit comments

Comments
 (0)