mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Tell Yarn to cache dependencies (#2113)
* Tell Yarn to cache dependencies * Updated license year
This commit is contained in:
parent
ec8bd4ef99
commit
5300b77813
2 changed files with 6 additions and 1 deletions
|
|
@ -1,10 +1,15 @@
|
||||||
machine:
|
machine:
|
||||||
xcode:
|
xcode:
|
||||||
version: 8.2
|
version: 8.2
|
||||||
|
pre:
|
||||||
|
- mkdir ~/.yarn-cache
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
- npm install -g yarn
|
- npm install -g yarn
|
||||||
|
- yarn config set cache-folder ~/.yarn-cache
|
||||||
|
cache_directories:
|
||||||
|
- ~/.yarn-cache
|
||||||
override:
|
override:
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
Copyright (c) 2016 Zeit, Inc.
|
Copyright (c) 2017 Zeit, Inc.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue