# Cleaning up node_modules
npm run reinstall
# Check synthax of .js files
npm run standardx
# linux
npm run pack-linux
# mac
npm run pack-mac
# windows
npm run pack-win
# linux
npm run build-linux
# mac
npm run build-mac
# windows
npm run build-win