Make a shortcut for installing compat-tests' fixtures
This commit is contained in:
parent
72222e5eeb
commit
8ab1de79ce
3 changed files with 4 additions and 3 deletions
|
@ -18,7 +18,8 @@
|
|||
"clean": "zx scripts/clean.mjs",
|
||||
"build:ts": "tsc --build ./devEnv/typecheck-all-projects/tsconfig.all.json",
|
||||
"test": "jest",
|
||||
"test:compat": "jest --config jest.compat-tests.config.js",
|
||||
"test:compat:install": "yarn workspace @theatre/compatibility-tests run install-fixtures",
|
||||
"test:compat:run": "jest --config jest.compat-tests.config.js",
|
||||
"postinstall": "husky install",
|
||||
"release": "zx scripts/release.mjs",
|
||||
"lint:all": "eslint . --ext ts,tsx --ignore-path=.gitignore --rulesdir ./devEnv/eslint/rules"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue