Skip to content

Commit 97672ba

Browse files
committed
refactor: group task inputs/outputs
1 parent bca8cb8 commit 97672ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/syntaxes/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"build": {
99
"executor": "nx:run-commands",
1010
"inputs": ["{projectRoot}/**/*"],
11+
"outputs": ["{workspaceRoot}/dist/packages/syntaxes"],
1112
"options": {
1213
"commands": [
1314
"npx mkdirp \"dist/packages/syntaxes\"",
@@ -17,7 +18,6 @@
1718
],
1819
"parallel": false
1920
},
20-
"outputs": ["{workspaceRoot}/dist/packages/syntaxes"],
2121
"defaultConfiguration": "production",
2222
"configurations": {
2323
"production": {}

0 commit comments

Comments
 (0)