Fix integration tests

This commit is contained in:
Adria Navarro 2023-08-02 10:59:15 +02:00
parent a2d7b0f777
commit 7944f72820
3 changed files with 5 additions and 3 deletions

View File

@ -154,7 +154,7 @@ jobs:
node-version: 14.x node-version: 14.x
cache: "yarn" cache: "yarn"
- run: yarn - run: yarn
- run: yarn build - run: yarn build --projects=@budibase/server,@budibase/worker,@budibase/shared-core
- name: Run tests - name: Run tests
run: | run: |
cd qa-core cd qa-core

View File

@ -6,7 +6,8 @@
"types": "src/index.ts", "types": "src/index.ts",
"exports": { "exports": {
".": { ".": {
"import": "./dist/index.js" "import": "./dist/index.js",
"require": "./src/index.ts"
} }
}, },
"author": "Budibase", "author": "Budibase",

View File

@ -6,7 +6,8 @@
"types": "src/index.ts", "types": "src/index.ts",
"exports": { "exports": {
".": { ".": {
"import": "./dist/index.js" "import": "./dist/index.js",
"require": "./src/index.ts"
} }
}, },
"author": "Budibase", "author": "Budibase",