fix: try to find typescript declaration file for node_module components #269
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: | |
branches: | |
- main | |
- feat/* | |
- fix/* | |
pull_request: | |
branches: | |
- main | |
jobs: | |
nightly: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: '20' | |
- run: npm i -g --force corepack && corepack enable | |
- run: pnpm install | |
- run: pnpm dev:prepare | |
- run: pnpm test | |
- run: pnpx pkg-pr-new publish --compact --no-template --pnpm |