Skip to content

Commit

Permalink
#EDU-1.0.0 #8 CircleCI fix try 7
Browse files Browse the repository at this point in the history
  • Loading branch information
HolimaX committed Feb 2, 2020
1 parent 57ecec2 commit 781fd4a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ jobs:
- checkout

# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
#- restore_cache:
# keys:
# - v1-dependencies-{{ checksum "./system/package.json" }}
# # fallback to using the latest cache if no exact match is found
# - v1-dependencies-

- run: cd system && npm install

- run: cd system && npm run build

- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
#- save_cache:
# paths:
# - node_modules
# key: v1-dependencies-{{ checksum "./system/package.json" }}

# run tests!
- run:
Expand Down

0 comments on commit 781fd4a

Please sign in to comment.