Set up manual compatibility tests (#171)
This commit is contained in:
parent
e28a084dbb
commit
d36b336fdd
40 changed files with 1862 additions and 13286 deletions
|
@ -5,13 +5,14 @@
|
|||
"workspaces": [
|
||||
"packages/*",
|
||||
"examples/*",
|
||||
"theatre"
|
||||
"theatre",
|
||||
"compatibility-tests"
|
||||
],
|
||||
"scripts": {
|
||||
"playground": "yarn workspace playground run serve",
|
||||
"test:e2e": "yarn workspace playground run test",
|
||||
"test:e2e:ci": "yarn workspace playground run test:ci",
|
||||
"test:ecosystem": "zx scripts/ecosystem-tests/ci.mjs",
|
||||
"test:compatibility:ci": "yarn workspace @theatre/compatibility-tests run test:ci",
|
||||
"typecheck": "yarn run build:ts",
|
||||
"build": "zx scripts/build.mjs",
|
||||
"clean": "zx scripts/clean.mjs",
|
||||
|
@ -56,7 +57,6 @@
|
|||
"node-gyp": "^8.1.0",
|
||||
"prettier": "^2.3.2",
|
||||
"typescript": "^4.4.2",
|
||||
"yalc": "^1.0.0-pre.53",
|
||||
"zx": "^2.0.0"
|
||||
},
|
||||
"packageManager": "yarn@3.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue