Skip to content

Commit

Permalink
fix: supports Windows (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: Innei <i@innei.in>
  • Loading branch information
wiirhan and Innei authored Aug 6, 2024
1 parent 5300803 commit 486a328
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dev:web": "vite",
"lint": "eslint",
"lint:fix": "eslint --fix",
"prepare": "pnpm exec simple-git-hooks && test -f .env || cp .env.example .env",
"prepare": "pnpm exec simple-git-hooks && shx test -f .env || shx cp .env.example .env",
"publish": "electron-vite build --outDir=dist && electron-forge publish",
"start": "electron-vite preview",
"test": "vitest",
Expand Down Expand Up @@ -162,6 +162,7 @@
"react-dom": "^18.3.1",
"rimraf": "6.0.1",
"rollup-plugin-visualizer": "5.12.0",
"shx": "^0.3.4",
"simple-git-hooks": "2.11.1",
"tailwindcss": "3.4.7",
"tailwindcss-animate": "1.0.7",
Expand Down
38 changes: 38 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 486a328

Please sign in to comment.