Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
- name: Update npm
run: npm install -g npm@latest
- name: Release
run: npm publish --provenance --access public
# Without --tag alpha npm moves the latest tag to the prerelease
run: npm publish --tag alpha --provenance --access public
Comment thread
kirtesh-cstk marked this conversation as resolved.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
# Set if: always() to also generate the report if tests are failing
# Only works if you set `reportOnFailure: true` in your vite config as specified above
if: always()
uses: davelosert/vitest-coverage-report-action@v2
uses: davelosert/vitest-coverage-report-action@c4bbc33a89b7ace0e63d35f1f7d4bcee31155a73 # v2.13.0
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"test:coverage": "vitest --coverage",
"dev": "NODE_OPTIONS='--max-old-space-size=16384' tsup --watch --config tsup.config.dev.js",
"prepare": "husky",
"prepack": "npm run build",
Comment thread
kirtesh-cstk marked this conversation as resolved.
Comment thread
kirtesh-cstk marked this conversation as resolved.
"lint": "eslint src",
"lint:fix": "eslint --fix",
"prettier": "prettier src --check",
Expand Down
Loading