Skip to content

Commit 854ed54

Browse files
authored
build(builders): specify nx output (#4301)
1 parent 43a0bd5 commit 854ed54

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tools/builders/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,12 @@
1111
"build": "tsc && npm run build:copy-static",
1212
"test": "tsx ../../node_modules/jasmine/bin/jasmine.js --config=jasmine.json",
1313
"postbuild": "shx mkdir -p ../../node_modules/@daffodil/builders && shx cp -r ../../dist/builders/* ../../node_modules/@daffodil/builders"
14-
}
14+
},
15+
"nx": {
16+
"targets": {
17+
"build": {
18+
"outputs": ["{workspaceRoot}/dist/builders"]
19+
}
20+
}
21+
}
1522
}

0 commit comments

Comments
 (0)