fix: node_modules isn't available with yarn install
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
7b54200b83
commit
a2d2a4234e
@ -21,7 +21,6 @@ steps:
|
||||
cache_key: '{{ .Repo.Name }}-{{ checksum ".tool-versions" }}-{{ checksum "yarn.lock" }}'
|
||||
endpoint: minio:9000
|
||||
mount:
|
||||
- .node_modules
|
||||
- .yarn
|
||||
path_style: true
|
||||
region: us-east-1
|
||||
@ -48,7 +47,6 @@ steps:
|
||||
endpoint: minio:9000
|
||||
exit_code: true
|
||||
mount:
|
||||
- node_modules
|
||||
- .yarn
|
||||
path_style: true
|
||||
rebuild: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user