There was an error while loading. Please reload this page.
1 parent d2b44a3 commit 74fc0c4Copy full SHA for 74fc0c4
1 file changed
package.json
@@ -55,7 +55,7 @@
55
"scripts": {
56
"build:ci": "rslib build",
57
"build:watch": "rslib build --watch",
58
- "build:test-addon": "cd test-addon && node-gyp rebuild -j max --silent",
+ "build:test-addon": "npm run build:ci && cd test-addon && node-gyp rebuild -j max --silent",
59
"lint:ts": "tsc -p tsconfig.json --noEmit",
60
"lint:oxlint": "oxlint .",
61
"format:ts": "oxfmt -c ./oxfmt.config.ts --no-error-on-unmatched-pattern \"**/*.{js,jsx,ts,tsx}\"",
0 commit comments