Skip to content

Commit

Permalink
fix: fixed readme build scripts (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
raouldeheer authored May 11, 2022
1 parent 93468e4 commit 3d07953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ npm install --save-dev tsc-alias

"scripts": {
"build": "tsc && tsc-alias",
"build:watch": "tsc -w & tsc-alias -w"
"build:watch": "concurrently \"tsc -w\" \"tsc-alias -w\""
}
```

Expand Down

0 comments on commit 3d07953

Please sign in to comment.