Skip to content

Commit

Permalink
fix: build setup with vite (#49)
Browse files Browse the repository at this point in the history
* fit: fix github workflow

* fit: fix github workflow

* fit: fix github workflow

* fix: replace color library by native color to console log

* fix: readme file

* fix: build setup with vite

* fix: build setup with vite

* fix: build setup with vite
  • Loading branch information
Lawndlwd authored May 29, 2024
1 parent c07c621 commit 0993447
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-dots-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"unused-i18n": patch
---

fix Read me file
5 changes: 5 additions & 0 deletions .changeset/strange-cobras-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"unused-i18n": patch
---

build setup with vite
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"bin": {
"unused-i18n": "dist/cli.cjs"
},
"files": [
"dist"
],
"scripts": {
"build": "vite build --config vite.config.ts && pnpm run type:generate",
"type:generate": "tsc --declaration -p tsconfig.build.json",
Expand Down

0 comments on commit 0993447

Please sign in to comment.