Skip to content

Commit a9d5db1

Browse files
committed
feat: add build scripts
1 parent d6c48b7 commit a9d5db1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

templates/bun/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"main": "index.js",
55
"type": "module",
66
"scripts": {
7+
"build": "tsc",
78
"format": "bunx @biomejs/biome format --write",
89
"start": "bun index.ts"
910
},

templates/node/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"main": "index.js",
55
"type": "module",
66
"scripts": {
7+
"build": "tsc",
78
"format": "npx @biomejs/biome format --write",
89
"start": "node --env-file=.env --experimental-transform-types --experimental-strip-types index.ts"
910
},

0 commit comments

Comments
 (0)