We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78587b commit 0b5d821Copy full SHA for 0b5d821
packages/node-tests/package.json
@@ -15,7 +15,7 @@
15
"gyp-to-cmake": "gyp-to-cmake ./tests",
16
"build-tests": "tsx scripts/build-tests.mts",
17
"bundle": "rolldown -c rolldown.config.mts",
18
- "bootstrap": "npm run copy-tests && npm run gyp-to-cmake && npm run build-tests && npm run bundle"
+ "bootstrap": "node --run copy-tests && node --run gyp-to-cmake && node --run build-tests && node --run bundle"
19
},
20
"devDependencies": {
21
"bufout": "^0.3.2",
0 commit comments