Skip to content

Commit 1d111ba

Browse files
committed
Fix release
1 parent 3427490 commit 1d111ba

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
# See https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
2323
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
2424
- run: npm i
25+
- run: npm run build
2526
- run: npm version $RELEASE_VERSION --no-git-tag-version
2627
- run: npm publish --access public --tag=latest
2728
env:

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
node_modules/
22
package-lock.json
33
src/
4+
test/
45
.github/
56
.eslintrc.js
67
tsconfig.json
78
tsconfig.test.json
9+
.prettierrc.yaml

0 commit comments

Comments
 (0)