Nechir-89 / quiz-app-MERN

Quiz application in MERN stack
https://nechir-89.github.io/quiz-app-MERN/
0 stars 0 forks source link

Run multiple commands with npm script #4

Open Nechir-89 opened 1 year ago

Nechir-89 commented 1 year ago

for example I want to install typescript and run build command

Nechir-89 commented 1 year ago

"scripts":{ "build": "npm install typescript && npx tsc" }