"build:electron":"rimraf electron/dist && npm run clean && npm run build && build -wml --ia32 --x64",
"build:electron":"npm run clean && npm run build && build -wml --ia32 --x64",
"build":"node scripts/babelcheck.js && npm run build:res && npm run build:config && npm run build:emojione && npm run build:css && npm run build:bundle",
"build:dev":"node scripts/babelcheck.js && npm run build:res && npm run build:config && npm run build:emojione && npm run build:css && npm run build:bundle:dev",
"start":"node scripts/babelcheck.js && parallelshell \"npm run start:emojione\" \"npm run start:res\" \"npm run start:config\" \"npm run start:js\" \"npm run start:skins:css\"",
"start:prod":"parallelshell \"npm run start:emojione\" \"npm run start:js:prod\" \"npm run start:skins:css\"",