Skip to content

Commit e200f5b

Browse files
author
Akos Kitta
committed
chore: see the error stack when starting the app
1 parent d2c6f7f commit e200f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: electron-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"scripts": {
4545
"prepare": "theia download:plugins",
4646
"prebuild": "rimraf lib",
47-
"build": "theia build",
47+
"build": "theia build --mode development",
4848
"prebuild:dev": "yarn prebuild",
4949
"build:dev": "theia build --config webpack.dev.js --mode development",
5050
"test": "mocha \"./test/**/*.test.js\"",

0 commit comments

Comments
 (0)