Skip to content

Commit

Permalink
🔧 Refactor code for improved performance and readability
Browse files Browse the repository at this point in the history
  • Loading branch information
jaem1n207 committed Jan 26, 2024
1 parent e3730e2 commit 45200ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bun run release
run: npx semantic-release
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"start": "bun run build:static-script && __WATCH__=true bunx --bun vite build -w",
"build:static-script": "bun run build-static-script.js",
"build": "bun run build:static-script && vite build",
"release": "semantic-release",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
Expand Down

0 comments on commit 45200ef

Please sign in to comment.