Skip to content

Commit d8d19c5

Browse files
committed
fix: unable to use link-adf commit message from hxp-frontend-apps
1 parent 788d4f7 commit d8d19c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"build:libs": "nx run-many -t build --prod --skip-nx-cache",
1515
"build:schematics": "nx run-many -t build-schematics",
1616
"publish": "nx run-many -t npm-publish",
17-
"clean": "rimraf dist node_modules dist/libs"
17+
"clean": "rimraf dist node_modules dist/libs",
18+
"nx:run-target": "nx run",
19+
"nx:run-many": "nx run-many"
1820
},
1921
"repository": {
2022
"type": "git",

0 commit comments

Comments
 (0)