Skip to content

Commit

Permalink
chore: rename build script
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispader committed Nov 12, 2024
1 parent f83a9a0 commit 68761cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
],
"scripts": {
"postinstall": "bun build || exit 0;",
"build": "bun typescript && bob build",
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",
"lint-ci": "eslint \"**/*.{js,ts,tsx}\" -f @jamesacarr/github-actions",
"prepare": "bun typescript && bob build",
"test": "jest",
"release": "release-it"
},
Expand Down

0 comments on commit 68761cf

Please sign in to comment.