Skip to content

Commit

Permalink
Fix appveyor some more
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Mar 23, 2020
1 parent 7e426c8 commit 45e17f7
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 @@ -30,7 +30,7 @@
"dist:linux:appimage": "node ./build.js -o 'linux' -p 'AppImage'",
"dist:linux:deb": "node ./build.js -o 'linux' -p 'deb'",
"dist:linux:snap": "snapcraft cleanbuild",
"lint": "npx eslint *.js 'src/**/*.js'",
"lint": "npx eslint *.js \"src/**/*.js\"",
"lint-fix": "npm run lint -- --fix"
},
"devDependencies": {
Expand Down

0 comments on commit 45e17f7

Please sign in to comment.