Skip to content

Instantly share code, notes, and snippets.

@brandonroberts
Last active August 24, 2021 13:06
Show Gist options
  • Select an option

  • Save brandonroberts/09ebeacd5f8bc2c14430a9eaef0f2b8e to your computer and use it in GitHub Desktop.

Select an option

Save brandonroberts/09ebeacd5f8bc2c14430a9eaef0f2b8e to your computer and use it in GitHub Desktop.
Nx 12.8 package.json
{
"name": "myorg",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"dependencies": {
...
},
"devDependencies": {
"@nrwl/tao": "...",
"@nrwl/cli": "...",
"@nrwl/workspace": "...",
"@types/node": "...",
"typescript": "...",
"prettier": "..."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment