add dev setup
This commit is contained in:
parent
53f6c36c77
commit
310347304d
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ task build, "build":
|
||||||
switch("outdir", "bin")
|
switch("outdir", "bin")
|
||||||
setCommand "c", "src/typstgen.nim"
|
setCommand "c", "src/typstgen.nim"
|
||||||
|
|
||||||
|
task dev, "dev":
|
||||||
|
exec "nimble setup -l"
|
||||||
|
|
||||||
# begin Nimble config (version 2)
|
# begin Nimble config (version 2)
|
||||||
--noNimblePath
|
--noNimblePath
|
||||||
|
|
Loading…
Reference in a new issue