Skip to content

Commit

Permalink
Remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 committed Mar 2, 2021
1 parent cb4e421 commit f02b69c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tasks/test-tutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ const testTutorial = async () => {
)
}

// @TODO use rwt link here

// Clean and build framework
await execa('yarn build:clean && yarn lerna run build:js', {
cwd: frameworkPath,
Expand All @@ -74,8 +72,6 @@ const testTutorial = async () => {
cwd: projectPath,
})

// end RWT link @TODO

await execa('yarn rw dev --fwd="--open=false" &', {
shell: true,
stdio: 'inherit',
Expand Down

0 comments on commit f02b69c

Please sign in to comment.