Skip to content

Commit

Permalink
fix yarn lint command for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
szTheory committed Jul 11, 2020
1 parent a6d69eb commit d532b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"postinstall": "electron-builder install-app-deps",
"lint": "prettier --check 'src/**/*.js'",
"lint": "prettier --check 'src/**/*.ts'",
"test": "yarn run lint",
"start": "electron .",
"pack": "yarn run compile && electron-builder --dir -c.compression=store -c.mac.identity=null",
Expand Down

0 comments on commit d532b09

Please sign in to comment.