mirror of
https://github.com/strapi/strapi.git
synced 2025-12-02 01:52:21 +00:00
chore: run nx repair to correct nx configuration (#18446)
Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
parent
91cf4ee737
commit
73e59e6e2c
1
nx.json
1
nx.json
@ -1,4 +1,5 @@
|
||||
{
|
||||
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||||
"namedInputs": {
|
||||
"default": ["{projectRoot}/**/*"],
|
||||
"production": [
|
||||
|
||||
@ -156,7 +156,7 @@
|
||||
"targets": {
|
||||
"build": {
|
||||
"outputs": [
|
||||
"./build"
|
||||
"{projectRoot}/build"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@ -111,7 +111,7 @@
|
||||
"targets": {
|
||||
"build": {
|
||||
"outputs": [
|
||||
"./build"
|
||||
"{projectRoot}/build"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user