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:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -21,6 +21,7 @@ on:
|
||||
- 'turbo.json'
|
||||
- 'jest.config.*'
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.changeset/**'
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
||||
Reference in New Issue
Block a user