update wording of dev scripts

This commit is contained in:
SimulatedGREG 2017-08-27 16:42:01 -05:00
parent 031385cd4e
commit 27a73f068d

View file

@ -37,9 +37,9 @@ yarn dev
# compile source code and create webpack output # compile source code and create webpack output
yarn compile yarn compile
# create build with electron-builder # `yarn compile` & create build with electron-builder
yarn dist yarn dist
# create unpacked build with electron-builder # `yarn compile` & create unpacked build with electron-builder
yarn dist:dir yarn dist:dir
``` ```