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 a6b33c5 commit d04aad5Copy full SHA for d04aad5
package.json
@@ -4,8 +4,8 @@
4
"version": "0.1.0",
5
"main": "./dist-electron/main.js",
6
"scripts": {
7
- "dev": "bun check && vite --port 7777",
8
- "build": "bun check && vite build",
+ "dev": "npm run check && vite --port 7777",
+ "build": "npm run check && vite build",
9
"lint": "eslint .",
10
"preview": "vite preview",
11
"check": "tsc --noEmit && biome check --write .",
0 commit comments