fix(changesets): remove network-protocols and build-config from ignore (#342)
* fix(changesets): remove network-protocols and build-config from ignore These packages are dependencies of non-ignored packages: - @esengine/network depends on @esengine/network-protocols - Multiple packages depend on @esengine/build-config (private, won't publish) * fix(ci): add .changeset to CI trigger paths
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
"@esengine/rapier2d",
|
||||
"@esengine/world-streaming",
|
||||
"@esengine/network-server",
|
||||
"@esengine/network-protocols",
|
||||
"@esengine/editor-core",
|
||||
"@esengine/editor-runtime",
|
||||
"@esengine/editor-app",
|
||||
@@ -52,7 +51,6 @@
|
||||
"@esengine/shader-editor",
|
||||
"@esengine/world-streaming-editor",
|
||||
"@esengine/node-editor",
|
||||
"@esengine/build-config",
|
||||
"@esengine/sdk",
|
||||
"@esengine/worker-generator",
|
||||
"@esengine/engine"
|
||||
|
||||
Reference in New Issue
Block a user