mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat: add npm scripts for different package managers, ie: yarn, pnpm (#9230)
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"clean": "git clean -f -X -d",
|
||||
"setup": "npm run clean && npm i && ts-patch install && nx run core:setup",
|
||||
"setup": "npm run clean && npm install",
|
||||
"setup:yarn": "yarn run clean && yarn",
|
||||
"setup:pnpm": "pnpm run clean && pnpm install",
|
||||
"postinstall": "ts-patch install && nx run core:setup",
|
||||
"start": "nps",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user