Skip to content

Commit

Permalink
Update release instructions smoke test (#2958)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Dec 1, 2023
1 parent cac4b76 commit 18f7dab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@
1. Run

```bash
npx https://pkg.csb.dev/mui/mui-toolpad/commit/<build>/create-toolpad-app
cd test-app
yarn dev
npx https://pkg.csb.dev/mui/mui-toolpad/commit/<build>/create-toolpad-app smoke
cd smoke
yarn add https://pkg.csb.dev/mui/mui-toolpad/commit/<build>/@mui/toolpad -S
yarn && yarn dev
```

And verify the editor works
Expand Down

0 comments on commit 18f7dab

Please sign in to comment.