Generate API and typescript file as artifact on CircleCI to make verifying changes easier
This commit is contained in:
parent
98eee28cbc
commit
ef78805a1c
1 changed files with 7 additions and 0 deletions
|
@ -280,10 +280,17 @@ jobs:
|
|||
else
|
||||
echo 'Skipping verify ffmpeg on release build'
|
||||
fi
|
||||
- run:
|
||||
name: Generate Typescript Definitions
|
||||
command: npm run create-typescript-definitions
|
||||
- store_test_results:
|
||||
path: junit
|
||||
- store_artifacts:
|
||||
path: junit
|
||||
- store_artifacts:
|
||||
path: out/electron.d.ts
|
||||
- store_artifacts:
|
||||
path: out/electron-api.json
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue