mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 11:41:44 +00:00
change dev-start to dev
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"jest": "jest",
|
"jest": "jest",
|
||||||
"fix": "eslint . --fix",
|
"fix": "eslint . --fix",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"dev-start": "node dev-scripts/dev.js"
|
"dev": "node dev-scripts/dev.js"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"electron-version": "2.0.3"
|
"electron-version": "2.0.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user