Skip to content

Commit 93daa7e

Browse files
committed
Add note
1 parent 49c5665 commit 93daa7e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/guides/build-using-too-many-resources.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ My build is using too many resources
33

44
We limit build resources to make sure that users don't overwhelm our build systems.
55
If you are running into this issue,
6-
there are a couple fixes that you might try:
6+
there are a couple fixes that you might try.
7+
8+
.. note:: The current build limits can be found on our :doc:`/builds` page.
79

810
Reduce formats you're building
911
------------------------------

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dependencies": {
77
"bowser": "^1.9.3",
88
"cssfilter": "0.0.8",
9-
"github-changelog": "git+https://github.com/agjohnson/github-changelog.git"
9+
"github-changelog": "git+https://github.com/agjohnson/github-changelog.git",
10+
"npm": "^6.1.0"
1011
},
1112
"devDependencies": {
1213
"bower": "*",

0 commit comments

Comments
 (0)