Update config.yml

This commit is contained in:
Quacksire 2022-02-07 17:24:34 -08:00 committed by GitHub
parent 7c5688b5e5
commit da2d057c02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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