Skip to content

Commit eca2fe6

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

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pages: read
1919
name: Build and Upload
2020
if: github.repository_owner == 'npm'
21-
runs-on: macos-latest
21+
runs-on: ubuntu-latest
2222
defaults:
2323
run:
2424
shell: bash

content/organizations/index.mdx

+1-1
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

+2-3
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pages: read
1818
name: Build and Upload
1919
if: github.repository_owner == 'npm'
20-
runs-on: macos-latest
20+
runs-on: ubuntu-latest
2121
defaults:
2222
run:
2323
shell: bash

0 commit comments

Comments
 (0)