Skip to content

Commit

Permalink
New scripts in createPackageJson
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmlins committed Jun 11, 2020
1 parent c7ef481 commit 744293b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/stages/CreatePackageJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ const createPackageJson = (target: string, name: string) => {
version: '0.0.1',
license: 'MIT',
scripts: {
start: 'tsc && recife start',
build: 'tsc -p .'
start: 'recife start',
server: 'recife server',
build: 'recife build'
},
dependencies: {
recife: '^0.5.0',
Expand Down

0 comments on commit 744293b

Please sign in to comment.