Skip to content

Commit 5252956

Browse files
committed
chore(repo): update scripts to include tweakpane
1 parent 78a04ea commit 5252956

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
}
149149
},
150150
"release": {
151-
"projects": ["core", "cannon", "postprocessing", "soba", "rapier", "plugin"],
151+
"projects": ["core", "cannon", "postprocessing", "soba", "rapier", "plugin", "tweakpane"],
152152
"version": {
153153
"preVersionCommand": "npm run package",
154154
"generatorOptions": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"generate-soba": "node tools/scripts/generate-soba-json.mjs",
99
"commit": "czg",
1010
"package_old": "nx run-many -t build --projects=core,cannon,postprocessing,soba,rapier,plugin-old && nx generate-json @platform/source",
11-
"package": "nx run-many -t build --projects=core,cannon,postprocessing,soba,rapier,plugin"
11+
"package": "nx run-many -t build --projects=core,cannon,postprocessing,soba,rapier,plugin,tweakpane"
1212
},
1313
"private": true,
1414
"devDependencies": {

0 commit comments

Comments
 (0)