Skip to content

Commit 74fc0c4

Browse files
committed
Build addon-tools before test addon
1 parent d2b44a3 commit 74fc0c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"scripts": {
5656
"build:ci": "rslib build",
5757
"build:watch": "rslib build --watch",
58-
"build:test-addon": "cd test-addon && node-gyp rebuild -j max --silent",
58+
"build:test-addon": "npm run build:ci && cd test-addon && node-gyp rebuild -j max --silent",
5959
"lint:ts": "tsc -p tsconfig.json --noEmit",
6060
"lint:oxlint": "oxlint .",
6161
"format:ts": "oxfmt -c ./oxfmt.config.ts --no-error-on-unmatched-pattern \"**/*.{js,jsx,ts,tsx}\"",

0 commit comments

Comments
 (0)