Skip to content

Commit 8c28f61

Browse files
committed
refactor: use npm script to run library scripts
1 parent 0b13da6 commit 8c28f61

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@
2121
"scripts": {
2222
"start": "ng serve demo-maps",
2323
"library": "node scripts/library/index.js",
24+
"build": "npm run library -- --build",
25+
"test": "npm run library -- --test",
2426
"schematics:test": "npm run schematics:test --workspace=projects/ngx-ukis-ui-clarity",
2527
"ui-clarity:build": "npm run library -- --build --projects=ngx-ukis-ui-clarity",
28+
"syncVersionsInWorkspaces": "npm run library -- --set-source",
2629
"build:scripts": "npx tsc -p scripts/library/tsconfig.json",
2730
"lint": "ng lint",
2831
"compodoc": "compodoc -p tsconfig.doc.json -a projects/ngx-ukis-ui-clarity/schematics/ng-add/files/src/assets -n \"UKIS Frontend libraries\"",

0 commit comments

Comments
 (0)