Skip to content

Commit

Permalink
Update docs/project_organization/directory_structure.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Timothy Divoll <[email protected]>
  • Loading branch information
RobertGemmaJr and tdivoll authored Feb 29, 2024
1 parent b789f75 commit 29529bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/project_organization/directory_structure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ The `tag` function inside `tags.js` can be used to wrap language in any html tag
## Other Folders/Files

- `.nvmrc` determines which version of node that Honeycomb is designed to be run on
- `.github/workflows/` contains .yaml files used for [CI/CD](ci_cd) with GitHub Actions
- `.github/workflows/` contains .yaml files used for [CI/CD](ci_cd) with GitHub Actions.

- `package.json` contains metadata about your project, a list of the dependencies needed for the project, and scripts to run tasks related to your task. The [Quick Start](quick_start#4-change-name-and-description) lists which metadata should be changed.
- `cli.mjs` is the script used to download and delete data stored in Firestore.
- `version.js` is the script used to keep track of which version of the task a given experiment is using.
Expand Down

0 comments on commit 29529bd

Please sign in to comment.