From 6d7c33e9acba0b294bab465403c436eab44388b1 Mon Sep 17 00:00:00 2001 From: Aram Becker Date: Tue, 2 May 2023 22:42:33 +0200 Subject: [PATCH] CI: Update integration test to nuxt server --- .github/workflows/integration-test.yml | 4 ++-- package.json | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index f88db2ed1..ceefc3b3e 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: setup nade + - name: setup node uses: actions/setup-node@v3 with: node-version: 16 @@ -27,7 +27,7 @@ jobs: - name: build client working-directory: client - run: npm run generate + run: npm run build - name: get server dependencies run: npm ci --only=production diff --git a/package.json b/package.json index 040459300..5f39c64a0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,11 @@ "bin": "prod.js", "pkg": { "assets": [ - "client/dist/**/*", + "client/.nuxt/**/*", + "client/node_modules/**/*", + "client/nuxt.config.js", + "client/package.json", + "client/modules/**/*", "server/Db.js" ], "scripts": [