We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10f0dba + f81556c commit 81b254aCopy full SHA for 81b254a
.gitignore
@@ -0,0 +1,2 @@
1
+.coderoad
2
+node_modules
TUTORIAL.md
@@ -9,3 +9,9 @@ A subtask example
9
### 1.1
10
11
Create a function `add` that can take a variety of params.
12
+
13
+#### SUBTASKS
14
15
+- Add one number
16
+- Add two numbers
17
+- Add three numbers
coderoad.yaml
@@ -11,7 +11,7 @@ config:
- npm install
repo:
uri: https://github.com/shmck/coderoad-tutorial-subtask-demo
- branch: v0.1.0
+ branch: v0.2.0
dependencies:
- name: node
version: ">=10"
@@ -21,5 +21,4 @@ levels:
21
- id: '1.1'
22
setup:
23
files:
24
- - src/add.js
25
- subtasks: true
+ - src/add.js
0 commit comments