Skip to content

Commit 806e3a2

Browse files
committed
add solution commands
1 parent d3d339c commit 806e3a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

coderoad.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ levels:
7070
solution:
7171
files:
7272
- package.json
73+
commands:
74+
- npm install
7375
- id: L8
7476
steps:
7577
- id: L8S1
@@ -79,6 +81,11 @@ levels:
7981
watchers:
8082
- package.json
8183
- node_modules/moment
84+
solution:
85+
files:
86+
- package.json
87+
commands:
88+
- npm install
8289
- id: L9
8390
steps:
8491
- id: L9S1

0 commit comments

Comments
 (0)