Skip to content

Commit

Permalink
Merge branch 'tobbe-decouple-auth-web' of https://github.com/Tobbe/re…
Browse files Browse the repository at this point in the history
…dwood into tobbe-decouple-auth-web
  • Loading branch information
Tobbe committed Oct 12, 2022
2 parents a664f65 + f6d3163 commit e1a4ffd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion lerna.json
Expand Up @@ -2,7 +2,6 @@
"version": "3.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": true,
"command": {
"publish": {
"verifyAccess": false
Expand Down
11 changes: 8 additions & 3 deletions nx.json
Expand Up @@ -19,8 +19,12 @@
"prod": [
"!{projectRoot}/**/*.test.{js,jsx,ts,tsx}",
"{workspaceRoot}/babel.config.js",
{ "runtime": "node -v" },
{ "runtime": "node -e \"console.log(process.platform)\""}
{
"runtime": "node -v"
},
{
"runtime": "node -e \"console.log(process.platform)\""
}
]
},
"targetDefaults": {
Expand All @@ -39,5 +43,6 @@
"^prod"
]
}
}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json"
}

0 comments on commit e1a4ffd

Please sign in to comment.