Skip to content

Commit

Permalink
ci: adjust build params, public packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Sep 29, 2023
1 parent fc49117 commit c1e1521
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 16 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }}
ASSETS: ${{ github.workspace }}/assets
- name: Export
shell: bash
# issue with parallelism
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }}
ASSETS: ${{ github.workspace }}/assets
- name: Copy dists for publishing
run: ./scripts/copy-dists-for-publishing.sh
- name: Create Release Pull Request or Publish to NPM
Expand All @@ -63,8 +62,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }}
ASSETS: ${{ github.workspace }}/assets
- name: Containers
- name: Containers zen
shell: bash
run: npx nx run-many --target=container --configuration=production-testnet-zen -all --parallel=5
env:
Expand Down
8 changes: 2 additions & 6 deletions apps/website/pages/grants/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ export default function Grants({
href: '#proposal-formats',
title: 'Proposal formats',
},
{
href: '#create-a-proposal',
title: 'Create a proposal',
},
{
href: '#grant-applicant-faq',
title: 'Grant applicant FAQ',
Expand All @@ -94,8 +90,8 @@ export default function Grants({
title: 'Approved grantee FAQ',
},
{
href: '#more-questions',
title: 'More questions?',
href: '#create-a-proposal',
title: 'Create a proposal',
},
]}
className="mt-10"
Expand Down
1 change: 0 additions & 1 deletion libs/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"name": "@siafoundation/react-core",
"description": "Core Sia types and library methods.",
"version": "0.14.0",
"private": true,
"license": "MIT"
}
1 change: 0 additions & 1 deletion libs/react-hostd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"name": "@siafoundation/react-hostd",
"description": " React hooks for interacting with `hostd`.",
"version": "0.9.0",
"private": true,
"license": "MIT"
}
1 change: 0 additions & 1 deletion libs/react-renterd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"name": "@siafoundation/react-renterd",
"description": " React hooks for interacting with `renterd`.",
"version": "0.8.0",
"private": true,
"license": "MIT"
}
1 change: 0 additions & 1 deletion libs/react-sia-central/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"name": "@siafoundation/react-sia-central",
"description": "React hooks for interacting with the Sia Central API.",
"version": "0.0.1",
"private": true,
"license": "MIT"
}
1 change: 0 additions & 1 deletion libs/react-walletd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"name": "@siafoundation/react-walletd",
"description": " React hooks for interacting with `walletd`.",
"version": "0.2.0",
"private": true,
"license": "MIT"
}
1 change: 0 additions & 1 deletion libs/sia-central/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"name": "@siafoundation/sia-central",
"description": "Methods and types for interacting with the Sia Central API.",
"version": "0.0.1",
"private": true,
"license": "MIT"
}

0 comments on commit c1e1521

Please sign in to comment.