Skip to content

Commit

Permalink
Publish as TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikouki committed Mar 3, 2024
1 parent 61732d6 commit 11876e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Build app
run: bun run build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "bun-hot-reload",
"version": "1.0.1",
"module": "dist/index.js",
"version": "1.0.2",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"dist/*"
"src/**/*.ts"
],
"scripts": {
"lint": "bun --bun x @biomejs/biome check .",
Expand Down

0 comments on commit 11876e1

Please sign in to comment.