Skip to content

Commit f5c0fd0

Browse files
committed
Update README for build tasks
1 parent 2a163a8 commit f5c0fd0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ Other useful tasks:
2525

2626
```bash
2727
$ npm test # runs tests
28-
$ npm run watch # watches and rebuilds assets
29-
$ npm run release # builds and packages the Mac app
28+
$ npm run build # builds the app
29+
$ npm run watch # watches and rebuilds the app
30+
$ npm run package # packages the Mac app
31+
$ npm run release # packages and zips the Mac app, it requires a cert to sign the app
3032
```
3133

3234
# Roadmap

0 commit comments

Comments
 (0)