Generate API and typescript file as artifact on CircleCI to make verifying changes easier

This commit is contained in:
Samuel Attard 2017-11-08 16:55:24 +13:00
parent 98eee28cbc
commit ef78805a1c

View file

@ -280,10 +280,17 @@ jobs:
else else
echo 'Skipping verify ffmpeg on release build' echo 'Skipping verify ffmpeg on release build'
fi fi
- run:
name: Generate Typescript Definitions
command: npm run create-typescript-definitions
- store_test_results: - store_test_results:
path: junit path: junit
- store_artifacts: - store_artifacts:
path: junit path: junit
- store_artifacts:
path: out/electron.d.ts
- store_artifacts:
path: out/electron-api.json
workflows: workflows:
version: 2 version: 2