Skip to content

Commit

Permalink
devops: run-playground task (#2880)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jun 20, 2023
1 parent b6b8c1f commit baf3ba7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,14 @@ tasks:
desc: Build & serve the playground.
dir: web/playground
cmds:
- task: install-playground-npm-dependencies
- npm install --install-links=false
- npm start

run-pg:
desc: Serve the playground without building it
run-playground-cached:
desc: Build & serve the playground, without rebuilding rust code.
dir: web/playground
cmds:
- task: install-playground-npm-dependencies
- npm start

install-playground-npm-dependencies:
Expand Down

0 comments on commit baf3ba7

Please sign in to comment.