Skip to content

Commit

Permalink
chore: remove extra NODE_OPTIONS from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 7, 2024
1 parent e648406 commit 50ff48a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,15 @@
"dev:start": "node playground/.output/server/index.mjs",
"lint": "eslint --cache . && prettier -c .",
"lint:fix": "eslint --cache --fix . && prettier -w .",
"nitro": "NODE_OPTIONS=\"--enable-source-maps\" jiti ./src/cli/index.ts",
"nitro": "jiti ./src/cli/index.ts",
"prepack": "pnpm build",
"gen-mirror": "pnpm jiti scripts/gen-mirror.ts",
"gen-presets": "pnpm jiti scripts/gen-presets.ts",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"stub": "unbuild --stub",
"test": "pnpm lint && pnpm vitest-es run --silent",
"test": "pnpm lint && pnpm vitest run",
"test:fixture:types": "pnpm stub && jiti ./test/scripts/gen-fixture-types.ts && cd test/fixture && tsc --noEmit",
"test:types": "tsc --noEmit && pnpm test:fixture:types",
"vitest-es": "NODE_OPTIONS=\"--enable-source-maps --experimental-vm-modules\" vitest"
"test:types": "tsc --noEmit && pnpm test:fixture:types"
},
"resolutions": {
"nitropack": "link:.",
Expand Down

0 comments on commit 50ff48a

Please sign in to comment.