Skip to content

Commit 04f0b04

Browse files
committed
chore(scripts): Tidy up build commands
1 parent f15f952 commit 04f0b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
}
3232
},
3333
"scripts": {
34-
"build": "npm run build:types && npm run build:bundles",
35-
"build:bundles": "node ./scripts/esbuild.config.mjs",
34+
"build": "npm run build:types && npm run build:sources",
35+
"build:sources": "node ./scripts/esbuild.config.mjs",
3636
"build:types": "tsc -p tsconfig.build.json",
3737
"check:types": "tsc -p tsconfig.json",
3838
"format:check": "prettier --check \"{**/*,*}.{js,cjs,mjs,ts}\"",

0 commit comments

Comments
 (0)