Skip to content

Feature/upgrade build #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 13, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add solution commands
  • Loading branch information
ShMcK committed Jun 13, 2020
commit 806e3a2a1ac5c9e0627026ca90a571e3c263923f
7 changes: 7 additions & 0 deletions coderoad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ levels:
solution:
files:
- package.json
commands:
- npm install
- id: L8
steps:
- id: L8S1
Expand All @@ -79,6 +81,11 @@ levels:
watchers:
- package.json
- node_modules/moment
solution:
files:
- package.json
commands:
- npm install
- id: L9
steps:
- id: L9S1
Expand Down