Skip to content

Commit 21697b3

Browse files
committed
chore: add own action
1 parent 2f0dd75 commit 21697b3

File tree

3 files changed

+31
-108
lines changed

3 files changed

+31
-108
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
run: npx ncc build lib/index.js -o dist
2828

2929
- name: Upload release asset
30-
if: env.RELEASE_EXISTS == 'true'
3130
uses: actions/upload-release-asset@v1
3231
env:
3332
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package-lock.json

Lines changed: 29 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"devDependencies": {
1818
"@types/jest": "^29.5.14",
1919
"@types/node": "^22.8.7",
20+
"@vercel/ncc": "^0.34.0",
2021
"ts-jest": "^29.2.5",
21-
"typescript": "^5.6.3",
22-
"@vercel/ncc": "^0.34.0"
22+
"typescript": "^5.6.3"
2323
}
2424
}

0 commit comments

Comments
 (0)