Skip to content

Commit

Permalink
Try building with ubuntu again and without memory safeguards
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Oct 23, 2023
1 parent be1643e commit eca2fe6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pages: read
name: Build and Upload
if: github.repository_owner == 'npm'
runs-on: macos-latest
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion content/organizations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ redirect_from:
- /orgs
---

<>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>.</>
<>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).</>

<Index />
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
},
"private": true,
"scripts": {
"develop": "NODE_OPTIONS=--max-old-space-size=8192 gatsby develop --verbose",
"develop:debug": "GATSBY_WEBPACK_LOGGING=develop npm run develop",
"build": "NODE_OPTIONS=--max-old-space-size=8192 gatsby build --verbose --log-pages",
"develop": "gatsby develop",
"build": "gatsby build --verbose --log-pages",
"clean": "gatsby clean",
"serve": "gatsby serve",
"lint": "eslint \"**/*.js\"",
Expand Down
2 changes: 1 addition & 1 deletion scripts/template-oss/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pages: read
name: Build and Upload
if: github.repository_owner == 'npm'
runs-on: macos-latest
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand Down

1 comment on commit eca2fe6

@daryltrimdjt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[scripts/template-o
google_terms_of_service_en_gb.pdf
ss/publish.yml](url)

Please sign in to comment.