Skip to content

Commit c8803e3

Browse files
authored
Merge pull request #16 from open-craft/agrendalath/bb-9878-theming-fixes
feat: theming fixes
2 parents e399719 + 5b90a14 commit c8803e3

22 files changed

+1292
-415
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
run: npm ci
2323
- name: Lint
2424
run: npm run lint
25+
- name: Typecheck
26+
run: npm run types
2527
- name: Test
2628
run: npm run test
2729
- name: Build

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ You can also run this MFE locally without mounting it in Tutor:
157157
158158
cd frontend-app-learning-paths
159159
npm install
160-
npm start --local
160+
npm run start:local
161161
162162
Getting Help
163163
============

0 commit comments

Comments
 (0)