Skip to content

Commit 1bcf97d

Browse files
authored
Change start script to use npm instead of yarn (#16)
The repo readme says to use npm so it's weird to start the app with yarn.
1 parent 2b0e32a commit 1bcf97d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"typescript": "^4.5.4"
2323
},
2424
"scripts": {
25-
"start": "concurrently \"yarn start-frontend\" \"yarn start-api\"",
25+
"start": "concurrently \"npm run start-frontend\" \"npm run start-api\"",
2626
"build": "react-scripts build",
2727
"test": "react-scripts test --env=jsdom",
2828
"eject": "react-scripts eject",
@@ -35,4 +35,4 @@
3535
"not ie <= 11",
3636
"not op_mini all"
3737
]
38-
}
38+
}

0 commit comments

Comments
 (0)