wxt
wxt copied to clipboard
chore: add `dev/build` script command
Overview
https://pnpm.io/pnpm-cli#-c-path---dir-path
Add relevant script commands directly in the package.json in the root directory for quick and easy execution without having to manually enter the specified folder.
Manual Testing
Related Issue
This PR closes #<issue_number>
Deploy Preview for creative-fairy-df92c4 ready!
| Name | Link |
|---|---|
| Latest commit | c6aa0ba695edc63a4f0033ba7033f8f8738b4381 |
| Latest deploy log | https://app.netlify.com/projects/creative-fairy-df92c4/deploys/684a3a403d2616000881428d |
| Deploy Preview | https://deploy-preview-1732--creative-fairy-df92c4.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
Actually, no, I don't want a build script in the root of the monorepo that only builds a single package, even if it's the main one. The other changes are fine. But why not just use pnpm --filter wxt build or pnpm --filter wxt-demo build?
Yeah, the effect should look the same.