Skip to content

Commit 42f499c

Browse files
Merge pull request #208 from HackYourFuture-CPH/learning-dash-goals
chore: add "-" into npm script name "generate:learning-goals"
2 parents d5d9fe9 + 47e8928 commit 42f499c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

courses/foundation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Total: 16 weeks
2222

2323
## Learning goals overview
2424

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint:validate-links": "./lint validate-links",
2020
"lint:validate-links:watch": "node support/dist/watch.js ./lint validate-links",
2121
"lint:watch": "node support/dist/watch.js ./lint",
22-
"generate:learninggoals": "node support/dist/documentationHelpers/generateLearningGoals.js",
22+
"generate:learning-goals": "node support/dist/documentationHelpers/generateLearningGoals.js",
2323
"generate:gitbook-summary": "node support/dist/documentationHelpers/generateGitBookSummary.js",
2424
"generate:contributors": "node support/dist/documentationHelpers/generateContributors.js"
2525
}

support/src/documentationHelpers/generateLearningGoals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Note that this code was mostly generated by AI.
99
*
1010
* Usage:
11-
* npm run generate:learninggoals <course-name>
11+
* npm run generate:learning-goals <course-name>
1212
*/
1313

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

0 commit comments

Comments
 (0)