Skip to content

Commit

Permalink
fix(@lexical/devtools): Fixed NPM "build:zip" command for Chrome and …
Browse files Browse the repository at this point in the history
…added build/dev steps for Safari
  • Loading branch information
StyleT committed May 7, 2024
1 parent ac97dfa commit b86247b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/lexical-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"dev:edge": "wxt -b edge",
"build": "npm-run-all build:chrome build:firefox build:edge",
"dev:safari": "xcrun safari-web-extension-converter --macos-only --no-prompt .output/safari-mv2",
"build": "npm-run-all build:chrome build:firefox build:edge build:safari",
"build:chrome": "wxt build -b chrome",
"build:firefox": "wxt build -b firefox",
"build:edge": "wxt build -b edge",
"build:safari": "wxt build -b safari",
"zip": "npm-run-all zip:chrome zip:firefox zip:edge",
"zip:chrome": "wxt zip -b firefox",
"zip:chrome": "wxt zip -b chrome",
"zip:firefox": "cp ./SOURCE_CODE_REVIEW.md ../.. && wxt zip -b firefox",
"zip:edge": "wxt zip -b edge",
"publish": "wxt submit --edge-zip .output/*-edge.zip --firefox-zip .output/*-firefox.zip --firefox-sources-zip .output/*-sources.zip",
Expand Down

0 comments on commit b86247b

Please sign in to comment.