Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion courses/foundation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Total: 16 weeks

## Learning goals overview

<!-- This summary can be automatically generated by running "npm run generate:learninggoals and pasted here -->
<!-- This summary can be automatically generated by running "npm run generate:learning-goals and pasted here -->

### [HTML & CSS](/courses/foundation/html-and-css)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint:validate-links": "./lint validate-links",
"lint:validate-links:watch": "node support/dist/watch.js ./lint validate-links",
"lint:watch": "node support/dist/watch.js ./lint",
"generate:learninggoals": "node support/dist/documentationHelpers/generateLearningGoals.js",
"generate:learning-goals": "node support/dist/documentationHelpers/generateLearningGoals.js",
"generate:gitbook-summary": "node support/dist/documentationHelpers/generateGitBookSummary.js",
"generate:contributors": "node support/dist/documentationHelpers/generateContributors.js"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Note that this code was mostly generated by AI.
*
* Usage:
* npm run generate:learninggoals <course-name>
* npm run generate:learning-goals <course-name>
*/

import { readFile, writeFile, stat } from "fs/promises";
Expand Down