Skip to content

Commit

Permalink
Revert "build: Try pnpm"
Browse files Browse the repository at this point in the history
This reverts commit 99781ee.
  • Loading branch information
edmundmiller committed Oct 30, 2024
1 parent 91ff39d commit 19e03ae
Show file tree
Hide file tree
Showing 6 changed files with 20,073 additions and 30,038 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ The main sub-sites are:
- `sites/modules-subworkflows` - modules and subworkflows pages
- `sites/pipelines` - pipeline pages
- `sites/pipeline-results` - AWS megatest result pages for each pipeline (split up from the rest to allow static generation of the main pipeline pages)
- `sites/stats` - Stats for nf-core activity written with [Evidence](https://evidence.dev/)

Each site has its own `src` directory with the following structure, typical for an [Astro project](https://docs.astro.build/guides/project-structure):

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@
"update": "for dir in sites/*; do (cd $dir && npx ncu --interactive --format group); done",
"test-all": "for dir in sites/*; do (cd $dir && npm run test); done"
},
"devDependencies": {}
"devDependencies": {
},
"workspaces": [
"sites/*"
]
}
Loading

0 comments on commit 19e03ae

Please sign in to comment.