Try building with ubuntu again and without memory safeguards · npm/documentation@eca2fe6 · GitHub
Skip to content

Commit eca2fe6

Browse files
committed
Try building with ubuntu again and without memory safeguards
1 parent be1643e commit eca2fe6

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion

content/organizations/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ redirect_from:
55
- /orgs
66
---
77

8-
<>Organizations allow teams of contributors to read and write public and private packages. Organizations are free when they publish public packages. When organizations publish private packages, an npm Teams subscription is required. For more information on npm Teams pricing, see our <Link href="https://www.npmjs.com/pricing">products page</Link>.</>
8+
<>Organizations allow teams of contributors to read and write public and private packages. Organizations are free when they publish public packages. When organizations publish private packages, an npm Teams subscription is required. For more information on npm Teams pricing, see our [products page](https://www.npmjs.com/pricing).</>
99

1010
<Index />

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
},
88
"private": true,
99
"scripts": {
10-
"develop": "NODE_OPTIONS=--max-old-space-size=8192 gatsby develop --verbose",
11-
"develop:debug": "GATSBY_WEBPACK_LOGGING=develop npm run develop",
12-
"build": "NODE_OPTIONS=--max-old-space-size=8192 gatsby build --verbose --log-pages",
10+
"develop": "gatsby develop",
11+
"build": "gatsby build --verbose --log-pages",
1312
"clean": "gatsby clean",
1413
"serve": "gatsby serve",
1514
"lint": "eslint \"**/*.js\"",

scripts/template-oss/publish.yml

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)