wxt icon indicating copy to clipboard operation
wxt copied to clipboard

chore: add `dev/build` script command

Open btea opened this issue 6 months ago • 3 comments

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>

btea avatar Jun 12 '25 02:06 btea

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Jun 12 '25 02:06 netlify[bot]

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?

aklinker1 avatar Aug 03 '25 14:08 aklinker1

Yeah, the effect should look the same.

btea avatar Aug 11 '25 07:08 btea