Skip to content

Commit 0b5d821

Browse files
committed
Use node --run
1 parent b78587b commit 0b5d821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"gyp-to-cmake": "gyp-to-cmake ./tests",
1616
"build-tests": "tsx scripts/build-tests.mts",
1717
"bundle": "rolldown -c rolldown.config.mts",
18-
"bootstrap": "npm run copy-tests && npm run gyp-to-cmake && npm run build-tests && npm run bundle"
18+
"bootstrap": "node --run copy-tests && node --run gyp-to-cmake && node --run build-tests && node --run bundle"
1919
},
2020
"devDependencies": {
2121
"bufout": "^0.3.2",

0 commit comments

Comments
 (0)