maxime1992 / angular-ngrx-starter

An opiniated Angular setup based on @angular/cli to kickstart an ngrx project
https://maxime1992.github.io/angular-ngrx-starter/
65 stars 8 forks source link

Setup yarn-or-npm for npm scripts #7

Closed maxime1992 closed 6 years ago

maxime1992 commented 6 years ago

In package.json some scripts depends on others and for now, we have some-script: yarn run some-other-script. People working with NPM (v5 hopefully ? :smile:) are not able to run those scripts for now.

That's why having https://www.npmjs.com/package/yarn-or-npm might be a good option!