Skip to content

Commit 70f0583

Browse files
authored
fix: correct lesson 02 command (#102)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 7d55306 commit 70f0583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
working-directory: ./lesson_02/quiz
4848
run: |
4949
npm ci
50-
node run compile
50+
npm run compile
5151
5252
- name: Build Lesson 03 with Node.js
5353
working-directory: ./lesson_03/quiz

0 commit comments

Comments
 (0)