mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
fix circleci
This commit is contained in:
@@ -40,7 +40,8 @@ jobs:
|
||||
working_directory: ~/writer/frontend
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
- checkout:
|
||||
path: ~/writer
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
@@ -52,7 +53,7 @@ jobs:
|
||||
|
||||
- save_cache:
|
||||
paths:
|
||||
- frontend/node_modules
|
||||
- node_modules
|
||||
key: frontend-dependencies-{{ checksum "package.json" }}
|
||||
|
||||
- run:
|
||||
|
||||
Reference in New Issue
Block a user