Skip to content

Commit

Permalink
add cache (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Jan 20, 2020
1 parent 02c194a commit 3eea385
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 2 deletions.
10 changes: 10 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
"tslint.json": "*",
"nx.json": "*"
},

"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/insights",
"options": {
"insightsUrl": "https://api.staging.nrwl.io",
"cacheableOperations": ["build", "lint", "test"]
}
}
},
"projects": {
"products-e2e": {
"tags": ["scope:products", "type:e2e"]
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@babel/preset-react": "7.0.0",
"@ngrx/store-devtools": "8.3.0",
"@nrwl/cypress": "8.11.2",
"@nrwl/insights": "^8.12.3",
"@nrwl/jest": "8.11.2",
"@nrwl/react": "8.11.2",
"@nrwl/web": "8.11.2",
Expand Down
46 changes: 44 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1955,6 +1955,14 @@
tsconfig-paths-webpack-plugin "3.2.0"
webpack-node-externals "1.7.2"

"@nrwl/insights@^8.12.3":
version "8.12.3"
resolved "https://registry.yarnpkg.com/@nrwl/insights/-/insights-8.12.3.tgz#474251bc886cc77b4f424df25d543d8f7007ed3c"
integrity sha512-9AEMOhPFuBr6dB3erZQw7kq2JObCNW/xjfRppdglSuQFmPbOz6e83i91GJcW78rhNPD3f2FobtqesiLM7Kmf4w==
dependencies:
axios "^0.19.0"
tar "5.0.5"

"@nrwl/[email protected]":
version "8.11.2"
resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-8.11.2.tgz#e58786a0a96166606339131484cb855a7de8ae0b"
Expand Down Expand Up @@ -3291,6 +3299,13 @@ aws4@^1.8.0:
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.0.tgz#24390e6ad61386b0a747265754d2a17219de862c"
integrity sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A==

axios@^0.19.0:
version "0.19.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.1.tgz#8a6a04eed23dfe72747e1dd43c604b8f1677b5aa"
integrity sha512-Yl+7nfreYKaLRvAvjNPkvfjnQHJM1yLBY3zhqAwcJSwR/6ETkanUgylgtIvkvz0xJ+p/vZuNw8X7Hnb7Whsbpw==
dependencies:
follow-redirects "1.5.10"

axobject-query@^2.0.2:
version "2.1.1"
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.1.1.tgz#2a3b1271ec722d48a4cd4b3fcc20c853326a49a7"
Expand Down Expand Up @@ -4220,7 +4235,7 @@ chokidar@^2.0.2, chokidar@^2.1.1, chokidar@^2.1.8:
optionalDependencies:
fsevents "^1.2.7"

chownr@^1.1.1, chownr@^1.1.2:
chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.3.tgz#42d837d5239688d55f303003a508230fa6727142"
integrity sha512-i70fVHhmV3DtTl6nqvZOnIjbY0Pe4kAUjwHj8z0zAdgBtYrJyYwLKCCuRBQ5ppkyL0AkN7HKRnETdmdp1zqNXw==
Expand Down Expand Up @@ -5241,7 +5256,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
dependencies:
ms "2.0.0"

[email protected]:
[email protected], debug@=3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
Expand Down Expand Up @@ -6597,6 +6612,13 @@ folder-walker@^3.2.0:
dependencies:
from2 "^2.1.0"

[email protected]:
version "1.5.10"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
dependencies:
debug "=3.1.0"

follow-redirects@^1.0.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.9.0.tgz#8d5bcdc65b7108fe1508649c79c12d732dcedb4f"
Expand Down Expand Up @@ -9940,6 +9962,14 @@ minizlib@^1.2.1:
dependencies:
minipass "^2.9.0"

minizlib@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.0.tgz#fd52c645301ef09a63a2c209697c294c6ce02cf3"
integrity sha512-EzTZN/fjSvifSX0SlqUERCN39o6T40AMarPbv0MrarSFtIITCBh7bi+dU8nxGFHuqs9jdIAeoYoKuQAAASsPPA==
dependencies:
minipass "^3.0.0"
yallist "^4.0.0"

mississippi@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022"
Expand Down Expand Up @@ -13599,6 +13629,18 @@ tar-stream@^2.1.0:
inherits "^2.0.3"
readable-stream "^3.1.1"

[email protected]:
version "5.0.5"
resolved "https://registry.yarnpkg.com/tar/-/tar-5.0.5.tgz#03fcdb7105bc8ea3ce6c86642b9c942495b04f93"
integrity sha512-MNIgJddrV2TkuwChwcSNds/5E9VijOiw7kAc1y5hTNJoLDSuIyid2QtLYiCYNnICebpuvjhPQZsXwUL0O3l7OQ==
dependencies:
chownr "^1.1.3"
fs-minipass "^2.0.0"
minipass "^3.0.0"
minizlib "^2.1.0"
mkdirp "^0.5.0"
yallist "^4.0.0"

tar@^4, tar@^4.3.0, tar@^4.4.8:
version "4.4.13"
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525"
Expand Down

0 comments on commit 3eea385

Please sign in to comment.