Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Apr 13, 2024
1 parent 2adf200 commit 359022d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"node": ">=20.0.0"
},
"scripts": {
"start": "vite dev",
"build": "vite build",
"build:8gb": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
"electron:start": "cross-env ELECTRON_MODE=true vite dev",
"electron:build": "cross-env ELECTRON_MODE=true vite build && electron-builder",
"start": "git submodule update --init && vite dev",
"build": "git submodule update --init && vite build",
"build:8gb": "git submodule update --init && cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
"electron:start": "git submodule update --init && cross-env ELECTRON_MODE=true vite dev",
"electron:build": "git submodule update --init && cross-env ELECTRON_MODE=true vite build && electron-builder",
"lint": "yarn check:eslint && yarn check:prettier",
"check:eslint": "eslint src/* && eslint electron/* && eslint mods/* --no-error-on-unmatched-pattern",
"check:prettier": "prettier --check src/* && prettier --check electron/* && prettier --check mods/*",
Expand Down

0 comments on commit 359022d

Please sign in to comment.