This commit is contained in:
Chris Trevino 2022-02-09 13:20:41 -08:00
Родитель 5330e22ab4
Коммит fd2ebedd21
1 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -5,19 +5,19 @@
"scripts": {
"preinstall": "npx only-allow yarn",
"postinstall": "husky install",
"clean:": "yarn workspaces foreach -pv run clean",
"bundle:": "yarn workspaces foreach -pv run bundle",
"build:": "yarn workspaces foreach -piv run build",
"start:": "yarn workspaces foreach -piv run start",
"publish:": "yarn workspaces foreach --exclude '@thematic/root' -pv npm publish --tolerate-republish --access public",
"version:": "yarn workspaces foreach --exclude '@thematic/root' -iv version -d",
"lint:": "essex lint --fix --strict",
"clean": "yarn workspaces foreach -pv run clean",
"bundle": "yarn workspaces foreach -pv run bundle",
"build": "yarn workspaces foreach -pivt run build",
"start": "yarn workspaces foreach -piv run start",
"publish": "yarn workspaces foreach --exclude '@thematic/root' -pv npm publish --tolerate-republish --access public",
"version": "yarn workspaces foreach --exclude '@thematic/root' -iv version -d",
"lint": "essex lint --fix --strict",
"prettify:": "essex prettify",
"test:": "jest",
"test:ci": "jest --coverage",
"test": "jest",
"test_coverage": "jest --coverage",
"git-is-clean": "essex git-is-clean",
"ci": "run-s lint: build: bundle: test:ci git-is-clean",
"release": "run-s clean: build: publish:"
"ci": "run-s lint build bundle test_coverage git-is-clean",
"release": "run-s clean build publish"
},
"workspaces": {
"packages": [