diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index fbb2a4734..24d76d18e 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -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