Skip to content

Commit

Permalink
Simplify build.vsh even more, delegate installing the dependencies to…
Browse files Browse the repository at this point in the history
… fast.v
  • Loading branch information
spytheman committed Apr 26, 2024
1 parent fc60c11 commit 6b7b86e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.vsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ os.system('rm -rf docs_generator/')
os.system('git clone --branch generator https://github.com/vlang/docs docs_generator/')

os.chdir('docs_generator/')!
log.info(' installing dependencies ...')
os.system('${@VEXE} install')

log.info(' runnning generator...')
os.system('${@VEXE} run .')
os.chdir('..')!
Expand Down

0 comments on commit 6b7b86e

Please sign in to comment.