Skip to content

Commit 9932a68

Browse files
author
alexlee-dev
committed
✏️ Add Scripts
1 parent 3512218 commit 9932a68

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/init.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export const createProjectDirectory = async (
3030
[applicationName]: "./index.js",
3131
},
3232
scripts: {
33+
build: "rimraf build && tsc",
34+
start: "node build/index.js",
3335
test: 'echo "Error: no test specified" && exit 1',
3436
},
3537
keywords: [],

0 commit comments

Comments
 (0)