Skip to content

Commit 139c255

Browse files
committed
chore: add publish target to all packages
1 parent f802bd3 commit 139c255

File tree

8 files changed

+48
-0
lines changed

8 files changed

+48
-0
lines changed

libs/cannon/project.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
"options": {
3333
"cwd": "{workspaceRoot}/dist/{projectRoot}"
3434
}
35+
},
36+
"publish": {
37+
"command": "npm publish",
38+
"options": {
39+
"cwd": "{workspaceRoot}/dist/{projectRoot}"
40+
}
3541
}
3642
}
3743
}

libs/core/project.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
"options": {
3434
"cwd": "{workspaceRoot}/dist/{projectRoot}"
3535
}
36+
},
37+
"publish": {
38+
"command": "npm publish",
39+
"options": {
40+
"cwd": "{workspaceRoot}/dist/{projectRoot}"
41+
}
3642
}
3743
}
3844
}

libs/plugin/project.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
"options": {
5555
"cwd": "{workspaceRoot}/dist/{projectRoot}"
5656
}
57+
},
58+
"publish": {
59+
"command": "npm publish",
60+
"options": {
61+
"cwd": "{workspaceRoot}/dist/{projectRoot}"
62+
}
5763
}
5864
}
5965
}

libs/postprocessing/project.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
"options": {
3333
"cwd": "{workspaceRoot}/dist/{projectRoot}"
3434
}
35+
},
36+
"publish": {
37+
"command": "npm publish",
38+
"options": {
39+
"cwd": "{workspaceRoot}/dist/{projectRoot}"
40+
}
3541
}
3642
}
3743
}

libs/rapier/project.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
"options": {
3333
"cwd": "{workspaceRoot}/dist/{projectRoot}"
3434
}
35+
},
36+
"publish": {
37+
"command": "npm publish",
38+
"options": {
39+
"cwd": "{workspaceRoot}/dist/{projectRoot}"
40+
}
3541
}
3642
}
3743
}

libs/soba/project.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
"options": {
7272
"cwd": "{workspaceRoot}/dist/{projectRoot}"
7373
}
74+
},
75+
"publish": {
76+
"command": "npm publish",
77+
"options": {
78+
"cwd": "{workspaceRoot}/dist/{projectRoot}"
79+
}
7480
}
7581
}
7682
}

libs/theatre/project.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
"options": {
3434
"cwd": "{workspaceRoot}/dist/{projectRoot}"
3535
}
36+
},
37+
"publish": {
38+
"command": "npm publish",
39+
"options": {
40+
"cwd": "{workspaceRoot}/dist/{projectRoot}"
41+
}
3642
}
3743
}
3844
}

libs/tweakpane/project.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
"options": {
3434
"cwd": "{workspaceRoot}/dist/{projectRoot}"
3535
}
36+
},
37+
"publish": {
38+
"command": "npm publish",
39+
"options": {
40+
"cwd": "{workspaceRoot}/dist/{projectRoot}"
41+
}
3642
}
3743
}
3844
}

0 commit comments

Comments
 (0)