build: split build and schemas into seperate jobs

This commit is contained in:
Alexis Tyler
2020-02-02 15:27:34 +10:30
parent 63170201c4
commit 00008554a3

View File

@@ -106,14 +106,17 @@ jobs:
- name: Installing node deps
run: npm install
- name: Remove unneeded files
- name: Compile typescript to js
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
- name: Packing release
- name: Pack release
run: npm pack
- name: Release to Github and s3