We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1794ce2 commit 6ac4b3aCopy full SHA for 6ac4b3a
.github/workflows/publish.yml
@@ -17,6 +17,7 @@ jobs:
17
node-version: 22
18
registry-url: https://registry.npmjs.org/
19
cache: npm
20
+ - run: npm run build
21
- run: npm ci
22
- run: npm test
23
- run: npm version ${TAG_NAME} --git-tag-version=false
0 commit comments