Skip to content

Commit 4fff379

Browse files
committed
chore(repo): adjust core package
1 parent 0de7623 commit 4fff379

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

libs/core/project.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@
2525
"build-ecosystem": {
2626
"executor": "nx:run-commands",
2727
"options": {
28-
"commands": ["pnpm exec nx build soba", "pnpm exec nx build cannon", "pnpm exec nx build postprocessing"],
28+
"commands": [
29+
"pnpm exec nx build soba",
30+
"pnpm exec nx build cannon",
31+
"pnpm exec nx build postprocessing",
32+
"pnpm exec nx build rapier"
33+
],
2934
"parallel": true
3035
}
3136
},

tools/scripts/release/post-package-core.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ try {
3434
latestVersion = split.join('.') + '.' + version;
3535
}
3636

37-
const libs = ['cannon', 'postprocessing', 'soba', 'core'];
37+
const libs = ['cannon', 'postprocessing', 'soba', 'core', 'rapier'];
3838

3939
libs.forEach((lib) => {
4040
const libDistPath = `${distPath}/${lib}`;

0 commit comments

Comments
 (0)