Update config.yml
This commit is contained in:
parent
7c5688b5e5
commit
da2d057c02
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ jobs:
|
||||||
#command: yarn test
|
#command: yarn test
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test-results
|
path: test-results
|
||||||
|
- run:
|
||||||
|
name: Append Commit SHA to Version
|
||||||
|
command: yarn circle:append-sha
|
||||||
- run:
|
- run:
|
||||||
name: Generate Builds (Linux)
|
name: Generate Builds (Linux)
|
||||||
command: yarn dist -l -p never
|
command: yarn dist -l -p never
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue