mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
update wording of dev scripts
This commit is contained in:
parent
031385cd4e
commit
27a73f068d
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@ yarn dev
|
|||
# compile source code and create webpack output
|
||||
yarn compile
|
||||
|
||||
# create build with electron-builder
|
||||
# `yarn compile` & create build with electron-builder
|
||||
yarn dist
|
||||
|
||||
# create unpacked build with electron-builder
|
||||
# `yarn compile` & create unpacked build with electron-builder
|
||||
yarn dist:dir
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue