Skip to content

Commit

Permalink
chore: add a clean start script (#2359)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph authored Dec 6, 2023
1 parent 08da37f commit 715a718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"scripts": {
"bootstrap": "pnpm install && pnpm -r build",
"start": "pnpm docs:start",
"start:clean": "pnpm bootstrap && pnpm start",
"test": "pnpm -r test",
"unit": "pnpm -r unit",
"e2e": "start-server-and-test docs:headless 9001 'pnpm -r --stream e2e'",
Expand Down

0 comments on commit 715a718

Please sign in to comment.