mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-15 13:51:35 +00:00
CI: Update integration test to nuxt server
This commit is contained in:
parent
433876f724
commit
6d7c33e9ac
2 changed files with 7 additions and 3 deletions
4
.github/workflows/integration-test.yml
vendored
4
.github/workflows/integration-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue