Skip to content

Commit cc1bf6f

Browse files
author
Brijesh Bittu
committed
Update nx build outputs
1 parent b900094 commit cc1bf6f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

nx.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@
99
"build": {
1010
"cache": true,
1111
"dependsOn": ["copy-license", "^build"],
12-
"outputs": ["{projectRoot}/build", "{projectRoot}/dist", "{projectRoot}/.next"]
12+
"outputs": [
13+
"{projectRoot}/build",
14+
"{projectRoot}/processors",
15+
"{projectRoot}/runtime",
16+
"{projectRoot}/dist",
17+
"{projectRoot}/.next",
18+
"{projectRoot}/exports"
19+
]
1320
},
1421
"preview": {
1522
"dependsOn": ["^build"]

packages/pigment-css-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
}
5656
},
5757
"files": [
58-
"src",
5958
"build",
6059
"exports",
6160
"processors",
6261
"runtime",
62+
"src",
6363
"package.json",
6464
"styles.css",
6565
"LICENSE"

packages/pigment-css-react-new/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@
6666
}
6767
},
6868
"files": [
69-
"src",
7069
"build",
7170
"exports",
7271
"processors",
7372
"runtime",
73+
"src",
7474
"package.json",
7575
"styles.css",
7676
"LICENSE"

0 commit comments

Comments
 (0)