CI: Update integration test to nuxt server

This commit is contained in:
Aram Becker 2023-05-02 22:42:33 +02:00
parent 433876f724
commit 6d7c33e9ac
2 changed files with 7 additions and 3 deletions

View file

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