Skip to content

Commit

Permalink
Update Nova task
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanekay committed Dec 8, 2023
1 parent 0ee3937 commit 8722310
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .nova/Configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workspace.color" : 2
}
2 changes: 1 addition & 1 deletion .nova/Tasks/Solve.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"run" : {
"enabled" : true,
"script" : "#!\/bin\/sh\nswift run advent"
"script" : "#!\/bin\/sh\nswift build --configuration release\ncp -f .build\/release\/advent \/usr\/local\/bin\/advent\nadvent"
}
},
"openLogOnRun" : "start"
Expand Down

0 comments on commit 8722310

Please sign in to comment.