mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added Issues_Templates & added electron script
This commit is contained in:
parent
2d05c017e2
commit
c6f4b6634b
11
.github/ISSUE_TEMPLATE/01-bug.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/01-bug.md
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Issues caused by bugs
|
||||||
|
---
|
||||||
|
**Describe the bug:**
|
||||||
|
|
||||||
|
**Screenshots or/and Reproductions(if applicable):**
|
||||||
|
|
||||||
|
**App/Core/Dependency version info:**
|
||||||
|
|
||||||
|
**Logs or logDump(if applicable):**
|
@ -24,6 +24,7 @@
|
|||||||
"debug": "node --inspect-brk ./node_modules/.bin/umi dev",
|
"debug": "node --inspect-brk ./node_modules/.bin/umi dev",
|
||||||
"postinstall": "electron-builder install-app-deps",
|
"postinstall": "electron-builder install-app-deps",
|
||||||
"electronDev": "concurrently \"electron .\" \"npm start\"",
|
"electronDev": "concurrently \"electron .\" \"npm start\"",
|
||||||
|
"electron": "electron .",
|
||||||
"build": "npm run build:main && npm run build:renderer",
|
"build": "npm run build:main && npm run build:renderer",
|
||||||
"build:main": "ESLINT=none roadhog build",
|
"build:main": "ESLINT=none roadhog build",
|
||||||
"build:renderer": "ESLINT=none umi build",
|
"build:renderer": "ESLINT=none umi build",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user