We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a6c1d commit a2bebf2Copy full SHA for a2bebf2
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
with:
14
fetch-depth: 0
15
- uses: ./.github/actions/prepare
16
+ - run: pnpm build
17
- run: git config user.name "${GITHUB_ACTOR}"
18
- run: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
19
- env:
.npmignore
@@ -8,3 +8,4 @@ coverage/
8
cspell.json
9
pnpm-lock.yaml
10
tsconfig*.json
11
+src
0 commit comments