Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
ci: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bakashigure committed Oct 8, 2022
1 parent f630e30 commit e2b4d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "node scripts/watch.mjs",
"prebuild": "vue-tsc --project packages/renderer/tsconfig.json --noEmit && node scripts/build.mjs",
"prebuild": "vue-tsc --project packages/renderer/tsconfig.json --noEmit && node --max-old-space-size=4096 scripts/build.mjs",
"build": "electron-builder",
"debug": "npm run prebuild && vite ./packages/renderer",
"lint": "eslint --ext .js,.ts,.vue --fix packages/main packages/renderer"
Expand Down

0 comments on commit e2b4d15

Please sign in to comment.