Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
remove cache and move to circleci directory
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Apr 14, 2020
1 parent 6bad5a9 commit 4e6c234
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions circle.yml → .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@ jobs:
CHROME_BIN: '/usr/bin/google-chrome'
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: npm-install
command: npm ci
- save_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
paths:
- ~/.npm
- run:
name: test
command: npm run test:ci
Expand All @@ -30,8 +24,6 @@ jobs:
- image: circleci/node:12
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run: npm ci
- run: npm run build
- run: npm run semantic-release
Expand Down

0 comments on commit 4e6c234

Please sign in to comment.