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 ab2e108 commit b789f75
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 @@ -199,7 +199,8 @@ The `tag` function inside `tags.js` can be used to wrap language in any html tag
- `.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
- `version.js` is the script used to keep track of which version of the task a given experiment is using.

:::caution
`cli.mjs` and `version.js` are automated scripts and should not be edited.
:::
Expand Down

0 comments on commit b789f75

Please sign in to comment.