Skip to content

Commit

Permalink
added yarn build for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Apr 18, 2020
1 parent c86241e commit ef13fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"scripts": {
"postinstall": "electron-builder install-app-deps",
"develop": "gulp develop",
"build": "gulp build",
"test": "electron-mocha --renderer -R spec --require @babel/register test/**/*.spec.js",
"lint": "eslint --no-ignore tasks app test *.js",
"format": "npm run private:format -- --write",
Expand Down

0 comments on commit ef13fc5

Please sign in to comment.