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": [