Skip to content

Commit

Permalink
Merge pull request #3 from realm-of-ra/main
Browse files Browse the repository at this point in the history
feat: adding regularly used scarb commands
  • Loading branch information
trbutler4 authored Jun 23, 2024
2 parents aa3ff17 + 821632c commit 1f73246
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions languages/cairo/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"label": "scarb run",
"command": "scarb",
"args": ["cairo-run"]
},
{
"label": "scarb build",
"command": "scarb",
"args": ["build"]
},
{
"label": "scarb fmt",
"command": "scarb",
"args": ["fmt"]
},
{
"label": "scarb test",
"command": "scarb",
"args": ["test"]
},
{
"label": "scarb clean",
"command": "scarb",
"args": ["clean"]
}
]

0 comments on commit 1f73246

Please sign in to comment.