Browse Source

Disable build from CI for the moment

master
meriadec 7 years ago
parent
commit
55587b96ee
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 18
      .circleci/config.yml

18
.circleci/config.yml

@ -30,12 +30,12 @@ jobs:
- run: - run:
name: Test name: Test
command: yarn test command: yarn test
- run: # - run:
name: Build # name: Build
command: yarn dist:dir # command: yarn dist:dir
- run: # - run:
name: Generate build stats # name: Generate build stats
command: "du -h dist | sort -h > /tmp/build-stats.txt" # command: "du -h dist | sort -h > /tmp/build-stats.txt"
- store_artifacts: # - store_artifacts:
path: /tmp/build-stats.txt # path: /tmp/build-stats.txt
destination: build-stats.txt # destination: build-stats.txt

Loading…
Cancel
Save