mirror of
https://github.com/unraid/api.git
synced 2026-05-21 00:18:30 -05:00
fix: add copy-schemas to build step
This commit is contained in:
@@ -85,12 +85,9 @@ jobs:
|
||||
- name: Installing node deps
|
||||
run: npm install
|
||||
|
||||
- name: Compile typescript to js
|
||||
- name: Run build
|
||||
run: npm run build
|
||||
|
||||
- name: Copy graphql files to dist
|
||||
run: npm run copy-schemas
|
||||
|
||||
# See https://github.com/apollographql/subscriptions-transport-ws/issues/433
|
||||
- name: Patch subscriptions-transport-ws
|
||||
run: npm run patch:subscriptions-transport-ws
|
||||
|
||||
Reference in New Issue
Block a user