Rename compatibility-tests
to compat-tests
This commit is contained in:
parent
f2a25aa48e
commit
bc7fcf8e0a
48 changed files with 12 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
|||
"packages/*",
|
||||
"examples/*",
|
||||
"theatre",
|
||||
"compatibility-tests"
|
||||
"compat-tests"
|
||||
],
|
||||
"scripts": {
|
||||
"playground": "yarn workspace playground run serve",
|
||||
|
@ -18,7 +18,7 @@
|
|||
"clean": "zx scripts/clean.mjs",
|
||||
"build:ts": "tsc --build ./devEnv/typecheck-all-projects/tsconfig.all.json",
|
||||
"test": "jest",
|
||||
"test:compat:install": "yarn workspace @theatre/compatibility-tests run install-fixtures",
|
||||
"test:compat:install": "yarn workspace @theatre/compat-tests run install-fixtures",
|
||||
"test:compat:run": "jest --config jest.compat-tests.config.js",
|
||||
"postinstall": "husky install",
|
||||
"release": "zx scripts/release.mjs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue