Skip to content

Commit 767772f

Browse files
committed
Update release tooling and dependency metadata
1 parent ef50be7 commit 767772f

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
@@ -61,7 +61,7 @@
6161
"format:ts": "oxfmt -c ./oxfmt.config.ts --no-error-on-unmatched-pattern \"**/*.{js,jsx,ts,tsx}\"",
6262
"format:ts:ci": "oxfmt -c ./oxfmt.config.ts --check --no-error-on-unmatched-pattern \"**/*.{js,jsx,ts,tsx}\"",
6363
"lint:all": "npm run lint:ts && npm run lint:oxlint",
64-
"prepare": "npm run build:ci",
64+
"prepack": "npm run build:ci",
6565
"test:watch": "node --test --watch \"ts/**/*.test.ts\"",
6666
"test:ci": "node --test \"ts/**/*.test.ts\"",
6767
"test:test-addon": "npm run build:test-addon && node --test \"test-addon/**/*.test.ts\""

0 commit comments

Comments
 (0)