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/rapier2d",
|
||||||
"@esengine/world-streaming",
|
"@esengine/world-streaming",
|
||||||
"@esengine/network-server",
|
"@esengine/network-server",
|
||||||
"@esengine/network-protocols",
|
|
||||||
"@esengine/editor-core",
|
"@esengine/editor-core",
|
||||||
"@esengine/editor-runtime",
|
"@esengine/editor-runtime",
|
||||||
"@esengine/editor-app",
|
"@esengine/editor-app",
|
||||||
@@ -52,7 +51,6 @@
|
|||||||
"@esengine/shader-editor",
|
"@esengine/shader-editor",
|
||||||
"@esengine/world-streaming-editor",
|
"@esengine/world-streaming-editor",
|
||||||
"@esengine/node-editor",
|
"@esengine/node-editor",
|
||||||
"@esengine/build-config",
|
|
||||||
"@esengine/sdk",
|
"@esengine/sdk",
|
||||||
"@esengine/worker-generator",
|
"@esengine/worker-generator",
|
||||||
"@esengine/engine"
|
"@esengine/engine"
|
||||||
|
|||||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -21,6 +21,7 @@ on:
|
|||||||
- 'turbo.json'
|
- 'turbo.json'
|
||||||
- 'jest.config.*'
|
- 'jest.config.*'
|
||||||
- '.github/workflows/ci.yml'
|
- '.github/workflows/ci.yml'
|
||||||
|
- '.changeset/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
|||||||
Reference in New Issue
Block a user