Skip to content

Commit

Permalink
chore: rename targets in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Jan 16, 2024
1 parent 3a7e88d commit 8b0f143
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: pnpm install

- name: Build 🔧
run: pnpm build:tauri
run: pnpm build

lint:
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"author": "c0rydoras",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"dev:tauri": "vite --config vite.config.tauri.js",
"build:tauri": "vite build --config vite.config.tauri.js",
"build": "vite build --config vite.config.tauri.js",
"build:vite": "vite build",
"dev": "vite --config vite.config.tauri.js",
"dev:vite": "vite dev",
"preview": "vite preview",
"lint": "concurrently --raw \"pnpm run lint:js\"",
"lint:fix": "concurrently --raw \"pnpm run lint:js:fix\"",
Expand Down

0 comments on commit 8b0f143

Please sign in to comment.