mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-03-10 00:40:43 -07:00
feat: allow start without remove config
This commit is contained in:
parent
3fa4f1e8f5
commit
f2894047d2
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@
|
|||
"description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.",
|
||||
"version": "0.3.6",
|
||||
"scripts": {
|
||||
"start": "npm run clean && cross-env NODE_ENV=development electron-forge start",
|
||||
"start": "npm run clean && npm run start",
|
||||
"start-without-clean": "cross-env NODE_ENV=development electron-forge start",
|
||||
"test": "npm run clean && cross-env NODE_ENV=test npm run package && npm run test-without-package",
|
||||
"test-without-package": "mkdir -p logs && cross-env NODE_ENV=test cucumber-js",
|
||||
"package": "electron-forge package",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue