Skip to content

Commit

Permalink
feat: nx build
Browse files Browse the repository at this point in the history
  • Loading branch information
Benehiko committed Sep 22, 2022
1 parent 22d94ea commit 37d6176
Show file tree
Hide file tree
Showing 27 changed files with 272 additions and 203 deletions.
25 changes: 25 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"extends": "nx/presets/npm.json",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"build",
"dev",
"preview"
]
}
}
},
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
]
}
},
"affected": {
"defaultBase": "master"
}
}
Loading

0 comments on commit 37d6176

Please sign in to comment.