admin: include lib folders in CI tests

This commit is contained in:
Richard Moore 2023-04-28 00:56:38 +09:00
parent 7f49e14c06
commit fd96d149ab

@ -6,6 +6,8 @@ on:
- main
paths:
- "src.ts/**"
- "lib.esm/**"
- "lib.commonjs/**"
jobs: