We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78dcf8 commit b1f1919Copy full SHA for b1f1919
package.json
@@ -12,9 +12,8 @@
12
}
13
},
14
"scripts": {
15
- "dev": "vite",
16
- "watch-tailwind": "tailwindcss --watch",
17
- "build": "tsc && vite build && electron-builder && tailwindcss",
+ "dev": "tailwindcss --watch && vite",
+ "build": "tailwindcss && tsc && vite build && electron-builder",
18
"preview": "vite preview",
19
"pree2e": "vite build --mode=test",
20
"e2e": "playwright test"
0 commit comments