There was an error while loading. Please reload this page.
1 parent ef50be7 commit 767772fCopy full SHA for 767772f
1 file changed
package.json
@@ -61,7 +61,7 @@
61
"format:ts": "oxfmt -c ./oxfmt.config.ts --no-error-on-unmatched-pattern \"**/*.{js,jsx,ts,tsx}\"",
62
"format:ts:ci": "oxfmt -c ./oxfmt.config.ts --check --no-error-on-unmatched-pattern \"**/*.{js,jsx,ts,tsx}\"",
63
"lint:all": "npm run lint:ts && npm run lint:oxlint",
64
- "prepare": "npm run build:ci",
+ "prepack": "npm run build:ci",
65
"test:watch": "node --test --watch \"ts/**/*.test.ts\"",
66
"test:ci": "node --test \"ts/**/*.test.ts\"",
67
"test:test-addon": "npm run build:test-addon && node --test \"test-addon/**/*.test.ts\""
0 commit comments