Skip to content

Instantly share code, notes, and snippets.

@dsebastien
Last active October 17, 2021 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsebastien/1adc8836d040c4f42ed0f38dd2932aa6 to your computer and use it in GitHub Desktop.
Save dsebastien/1adc8836d040c4f42ed0f38dd2932aa6 to your computer and use it in GitHub Desktop.
{
...
"scripts": {
"build:app": "nx build <app_name>",
"build:app:prod": "nx build <app_name> --prod",
"nx": "nx",
"start": "nx serve <app_name>",
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment