Skip to content

Commit

Permalink
fix: doh ci fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <mameto2011@gmail.com>
  • Loading branch information
Charlike Mike Reagent committed Nov 23, 2018
1 parent 07d4334 commit cb5cc87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobtest: &jobtest
name: Checking and linting
command: |-
yarn add --dev eslint-config-tunnckocore@next eslint prettier &&
yarn scripts lint &&
yarn start lint &&
yarn remove eslint-config-tunnckocore eslint prettier
- run:
name: Testing your project
command: yarn global add nyc && yarn scripts test
command: yarn global add nyc && yarn start test
- save_cache:
key: scripts-{{ checksum "yarn.lock" }}
paths: node_modules
Expand Down Expand Up @@ -110,10 +110,10 @@ jobs:
- *restore_modules_cache
- run:
name: Bundling your awesome project
command: yarn scripts build || echo "No build step."
command: yarn start build || echo "No build step."
- run:
name: Releasing and publishing
command: yarn global add @tunnckocore/release-cli && yarn scripts release
command: yarn global add @tunnckocore/release-cli && yarn start release

workflows:
version: 2
Expand Down

0 comments on commit cb5cc87

Please sign in to comment.