We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3427490 commit 1d111baCopy full SHA for 1d111ba
2 files changed
.github/workflows/release.yml
@@ -22,6 +22,7 @@ jobs:
22
# See https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
23
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
24
- run: npm i
25
+ - run: npm run build
26
- run: npm version $RELEASE_VERSION --no-git-tag-version
27
- run: npm publish --access public --tag=latest
28
env:
.npmignore
@@ -1,7 +1,9 @@
1
node_modules/
2
package-lock.json
3
src/
4
+test/
5
.github/
6
.eslintrc.js
7
tsconfig.json
8
tsconfig.test.json
9
+.prettierrc.yaml
0 commit comments