Skip to content

WIP - Feature/update tutorial #1

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 7 commits into from
Jun 14, 2020
Merged
Show file tree
Hide file tree
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
update config
  • Loading branch information
ShMcK committed Jun 14, 2020
commit e272f154e7c8b4b98ee9e578f4d79da0cefaaa1e
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.tmp
coderoad
node_modules
package-lock.json
5 changes: 3 additions & 2 deletions coderoad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,19 @@ levels:
files:
- src/server.js
commands:
- npm install
- cd coderoad && npm install
solution:
files:
- src/server.js

- id: L2
steps:
- id: L2S1
setup:
files:
- src/server.js
commands:
- npm install
- cd coderoad && npm install
solution:
files:
- src/server.js
Expand Down
4 changes: 2 additions & 2 deletions coderoad-config.json → tutorial.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"src/server.js"
],
"commands": [
"npm install"
"cd coderoad && npm install"
],
"commits": [
"3e2d170a7998b956f1b36a5080d134cc524bc106"
Expand Down Expand Up @@ -104,7 +104,7 @@
"src/server.js"
],
"commands": [
"npm install"
"cd coderoad && npm install"
],
"commits": [
"0aa54d19e8db4c35cec6ae9705b6afd45daec9cd"
Expand Down