Fix exports is not defined error by using specific glob pattern for p… #179
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # name: CI | |
| # on: | |
| # push: | |
| # jobs: | |
| # ci: | |
| # timeout-minutes: 30 | |
| # runs-on: ubuntu-latest | |
| # steps: | |
| # - uses: actions/checkout@v3 | |
| # with: | |
| # fetch-depth: 0 | |
| # - uses: actions/setup-node@v3 | |
| # with: | |
| # node-version: 18 | |
| # registry-url: https://registry.npmjs.org/ | |
| # - uses: pnpm/action-setup@v2 | |
| # with: | |
| # version: 8 | |
| # run_install: false | |
| # - name: Install pnpm dependencies (with cache) | |
| # uses: covbot/pnpm-install-with-cache@v1 | |
| # # scripts | |
| # - run: pnpm build | |
| # - run: pnpm test |