Skip to content

Commit 8a9dfb4

Browse files
Chau TranChau Tran
Chau Tran
authored and
Chau Tran
committed
chore(soba): add publish command
1 parent 681c8d9 commit 8a9dfb4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libs/soba/project.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
"parallel": false
3030
}
3131
},
32+
"publish": {
33+
"command": "npm publish",
34+
"options": {
35+
"cwd": "dist/libs/soba"
36+
}
37+
},
3238
"test": {
3339
"executor": "@nx/jest:jest",
3440
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],

0 commit comments

Comments
 (0)