Skip to content

Commit

Permalink
remove install commands from base site
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws committed Feb 14, 2025
1 parent 2df43d5 commit 89b3205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/dashboard/frontend/test-app/nitric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ services:
websites:
- basedir: ./vite-website
build:
command: yarn install && yarn build
command: yarn build
output: ./dist
dev:
command: yarn install && yarn dev --port 7850
command: yarn dev --port 7850
url: http://localhost:7850
- basedir: ./docs-website
path: /docs
Expand Down

0 comments on commit 89b3205

Please sign in to comment.