Skip to content

Commit fd88a78

Browse files
committed
chore: use node instead of tsx
1 parent eec8226 commit fd88a78

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build:firefox": "wxt build -b firefox",
1212
"build:rewrite": "esbuild ./rewrite/figma.ts --outfile=./dist/figma.js --bundle --format=iife && cp ./public/rules/figma.json ./dist/figma.json",
1313
"build:plugins": "tsc -p ./plugins/tsconfig.json",
14-
"build:readme": "tsx ./build/readme.ts",
14+
"build:readme": "node ./build/readme.ts",
1515
"npm:plugins": "pnpm build:plugins && cd plugins && pnpm publish --access public && cd ..",
1616
"zip": "wxt zip",
1717
"zip:firefox": "wxt zip -b firefox",
@@ -39,7 +39,6 @@
3939
"playwright-chromium": "^1.52.0",
4040
"prettier": "^3.5.3",
4141
"stringify-object": "^6.0.0",
42-
"tsx": "^4.19.4",
4342
"typescript": "^5.8.3",
4443
"vite-plugin-css-injected-by-js": "^3.5.2",
4544
"vue": "^3.5.14",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)