Skip to content

Commit 40afda8

Browse files
committed
chore: update rapier publish targets
1 parent f99d043 commit 40afda8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/rapier/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"publish": {
2626
"command": "npm publish",
2727
"options": {
28-
"cwd": "dist/libs/cannon"
28+
"cwd": "dist/libs/rapier"
2929
}
3030
},
3131
"publish-beta": {
3232
"command": "npm publish --tag=beta",
3333
"options": {
34-
"cwd": "dist/libs/cannon"
34+
"cwd": "dist/libs/rapier"
3535
}
3636
},
3737
"test": {

0 commit comments

Comments
 (0)