Skip to content

Commit 68761cf

Browse files
committed
chore: rename build script
1 parent f83a9a0 commit 68761cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
],
3535
"scripts": {
3636
"postinstall": "bun build || exit 0;",
37+
"build": "bun typescript && bob build",
3738
"typescript": "tsc --noEmit",
3839
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",
3940
"lint-ci": "eslint \"**/*.{js,ts,tsx}\" -f @jamesacarr/github-actions",
40-
"prepare": "bun typescript && bob build",
4141
"test": "jest",
4242
"release": "release-it"
4343
},

0 commit comments

Comments
 (0)