Fix integration tests
This commit is contained in:
parent
a2d7b0f777
commit
7944f72820
|
@ -154,7 +154,7 @@ jobs:
|
|||
node-version: 14.x
|
||||
cache: "yarn"
|
||||
- run: yarn
|
||||
- run: yarn build
|
||||
- run: yarn build --projects=@budibase/server,@budibase/worker,@budibase/shared-core
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd qa-core
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"types": "src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js"
|
||||
"import": "./dist/index.js",
|
||||
"require": "./src/index.ts"
|
||||
}
|
||||
},
|
||||
"author": "Budibase",
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"types": "src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js"
|
||||
"import": "./dist/index.js",
|
||||
"require": "./src/index.ts"
|
||||
}
|
||||
},
|
||||
"author": "Budibase",
|
||||
|
|
Loading…
Reference in New Issue