Skip to content

Commit

Permalink
Add lint script.
Browse files Browse the repository at this point in the history
  • Loading branch information
obuchtala committed Apr 23, 2020
1 parent 675fec7 commit 3ff6b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"main": "index.js",
"scripts": {
"start": "node make -w -s",
"build-app": "node make build:desktop && electron-builder --project app-dist"
"build-app": "node make build:desktop && electron-builder --project app-dist",
"lint": "standard \"src/**/*.js\" \"desktop/**/*.js\" \"demo/**/*.js\" \"*.js\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3ff6b22

Please sign in to comment.