We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a0bd5 commit 854ed54Copy full SHA for 854ed54
tools/builders/package.json
@@ -11,5 +11,12 @@
11
"build": "tsc && npm run build:copy-static",
12
"test": "tsx ../../node_modules/jasmine/bin/jasmine.js --config=jasmine.json",
13
"postbuild": "shx mkdir -p ../../node_modules/@daffodil/builders && shx cp -r ../../dist/builders/* ../../node_modules/@daffodil/builders"
14
- }
+ },
15
+ "nx": {
16
+ "targets": {
17
+ "build": {
18
+ "outputs": ["{workspaceRoot}/dist/builders"]
19
+ }
20
21
22
}
0 commit comments