Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 443 Bytes

BUILD.md

File metadata and controls

41 lines (28 loc) · 443 Bytes

logo

dirgistered

Build

Pre

# Cleaning up node_modules
npm run reinstall

# Check synthax of .js files
npm run standardx

Packaging

# linux
npm run pack-linux

# mac
npm run pack-mac

# windows
npm run pack-win

Building

# linux
npm run build-linux

# mac
npm run build-mac

# windows
npm run build-win