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:
YHH
2025-12-26 17:05:41 +08:00
committed by GitHub
parent 67e97f89c6
commit da5bf2116a
2 changed files with 1 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ on:
- 'turbo.json'
- 'jest.config.*'
- '.github/workflows/ci.yml'
- '.changeset/**'
jobs:
ci: