Skip to content

Commit 744293b

Browse files
committed
New scripts in createPackageJson
1 parent c7ef481 commit 744293b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/stages/CreatePackageJson.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ const createPackageJson = (target: string, name: string) => {
77
version: '0.0.1',
88
license: 'MIT',
99
scripts: {
10-
start: 'tsc && recife start',
11-
build: 'tsc -p .'
10+
start: 'recife start',
11+
server: 'recife server',
12+
build: 'recife build'
1213
},
1314
dependencies: {
1415
recife: '^0.5.0',

0 commit comments

Comments
 (0)