Testing needs to be able to import from dependent packages.

This commit is contained in:
Ken Sternberg
2024-08-09 10:53:20 -07:00
parent ab366d0ec2
commit 3332de267d

View File

@ -332,17 +332,17 @@
"test": {
"command": "wdio run ./wdio.conf.ts --logLevel=warn --autoCompileOpts.tsNodeOpts.project=tsconfig.test.json",
"dependencies": [
"./packages/common:build",
"./packages/common:build"
],
"env": {
"CI": "true"
}
},
"test-view": {
"command": "wdio run ./wdio.conf.ts --autoCompileOpts.tsNodeOpts.project=tsconfig.test.json"
"command": "wdio run ./wdio.conf.ts --autoCompileOpts.tsNodeOpts.project=tsconfig.test.json",
"dependencies": [
"./packages/common:build",
],
"./packages/common:build"
]
},
"tsc": {
"dependencies": [