node-typescript-starter
node-typescript-starter copied to clipboard
Fix bash operator in the npm script
Issue
Has an error in the command of the npm script when run npm run dev
.
Main changes
- small fix (ee17496)
@cjpatoilo One ampersand is not an error, && means run one command, then another, but & means run them concurrently. Please close PR