Command
npm run <script>
Explanation
Runs custom scripts defined in the scripts section of package.json.
Examples
Run build script
npm run build
Shortcut for test script
npm test
Shortcut for start script
npm start
npm run <script>
Runs custom scripts defined in the scripts section of package.json.
Run build script
npm run build
Shortcut for test script
npm test
Shortcut for start script
npm start