File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,6 @@ brew install --cask gitify
14
14
15
15
Gitify supports macOS, Windows and Linux.
16
16
17
- ### Prerequisites & Libraries
18
-
19
- - Node 18+
20
- - [ PNPM] ( https://pnpm.io/ )
21
- - [ Electron] ( https://electronjs.org/ )
22
- - [ TypeScript] ( https://www.typescriptlang.org/ )
23
- - [ React] ( https://reactjs.org/ )
24
- - [ Tailwind CSS] ( https://tailwindcss.com/ )
25
-
26
17
### Installation
27
18
28
19
pnpm install
@@ -54,14 +45,15 @@ The release process is automated. Follow the steps below.
54
45
### Tests
55
46
56
47
There are 2 checks - one for prettier and one for the unit tests with ` jest ` .
48
+
57
49
```
58
50
// Run prettier to check
59
51
pnpm prettier:check
60
52
61
53
// Run linter & unit tests with coverage
62
54
pnpm test
63
55
64
- // If you want to pass arguments to jest (or other `pnpm` commands)
56
+ // If you want to pass arguments to jest (or other `pnpm` commands)
65
57
// like `--watch`, you can prepend `--` to the command
66
58
pnpm test -- --watch
67
59
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gitify" ,
3
- "version" : " 4.5.1 " ,
3
+ "version" : " 4.6.0 " ,
4
4
"description" : " GitHub Notifications on your menu bar." ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments