meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
9 additions and
9 deletions
-
.circleci/config.yml
|
|
@ -30,12 +30,12 @@ jobs: |
|
|
|
- run: |
|
|
|
name: Test |
|
|
|
command: yarn test |
|
|
|
- run: |
|
|
|
name: Build |
|
|
|
command: yarn dist:dir |
|
|
|
- run: |
|
|
|
name: Generate build stats |
|
|
|
command: "du -h dist | sort -h > /tmp/build-stats.txt" |
|
|
|
- store_artifacts: |
|
|
|
path: /tmp/build-stats.txt |
|
|
|
destination: build-stats.txt |
|
|
|
# - run: |
|
|
|
# name: Build |
|
|
|
# command: yarn dist:dir |
|
|
|
# - run: |
|
|
|
# name: Generate build stats |
|
|
|
# command: "du -h dist | sort -h > /tmp/build-stats.txt" |
|
|
|
# - store_artifacts: |
|
|
|
# path: /tmp/build-stats.txt |
|
|
|
# destination: build-stats.txt |
|
|
|