Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
follow mocha convention
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Mar 28, 2017
1 parent b4152bf commit 84e2d81
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -9,7 +9,7 @@
"start": "electron .",
"dev": "electron . --debug",
"lint": "standard | snazzy",
"test": "mocha tests && npm run lint",
"test": "mocha && npm run lint",
"package": "npm-run-all package:*",
"package:mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --out=out --icon=assets/app-icon/mac/app.icns --osx-sign.identity='Developer ID Application: GitHub' --extend-info=assets/mac/info.plist",
"package:win": "electron-packager . --overwrite --platform=win32 --arch=ia32 --out=out --icon=assets/app-icon/win/app.ico",
Expand Down
File renamed without changes.

0 comments on commit 84e2d81

Please sign in to comment.