update top-level scripts
This commit is contained in:
Родитель
b86f4cf219
Коммит
bdc95a91cf
|
@ -23,19 +23,18 @@
|
|||
},
|
||||
"scripts": {
|
||||
"_release_packages": "turbo run release",
|
||||
"_ci_force": "turbo run ci --force",
|
||||
"_ci_force": "yarn ci --force --no-cache",
|
||||
"_version_cut": "yarn version apply --all",
|
||||
"preinstall": "npx only-allow yarn",
|
||||
"postinstall": "husky install",
|
||||
"clean": "turbo run clean",
|
||||
"build": "turbo run build",
|
||||
"clean": "turbo run clean --parallel",
|
||||
"test": "turbo run test",
|
||||
"start:": "turbo run start",
|
||||
"stories": "yarn start:storybook",
|
||||
"lint": "turbo run lint",
|
||||
"ci": "turbo run ci",
|
||||
"stories": "yarn start:storybook",
|
||||
"is_clean": "git diff-index HEAD --quiet || git status",
|
||||
"format": "essex prettify",
|
||||
"ci": "turbo run ci",
|
||||
"release": "run-s clean _version_cut _ci_force _release_packages"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -27,9 +27,6 @@
|
|||
},
|
||||
"release": {
|
||||
"cache": false
|
||||
},
|
||||
"start": {
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче