Skip to content

Commit

Permalink
update circle build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantxu committed Aug 29, 2018
1 parent 87402b0 commit 2c728c0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .circleci/config.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
docker:
# specify the version you desire here
- image: circleci/node:8

working_directory: ~/repo

steps:
Expand All @@ -21,11 +21,14 @@ jobs:
key: dependency-cache-{{ checksum "yarn.lock" }}
paths:
- node_modules
# - run:
# name: test
# command: 'yarn test'
- run:
name: test
command: 'yarn test'
- run:
name: build
command: 'yarn build'
- run:
name: zip dist
command: 'cd dist && zip -r9 ../grafana-plotly-panel-dev.zip *'
- store_artifacts:
path: dist
path: grafana-plotly-panel-dev.zip

0 comments on commit 2c728c0

Please sign in to comment.