Skip to content

Commit

Permalink
ci: restore publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 21, 2019
1 parent 3c2563a commit 5758a29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
"scripts": {
"electron-forge:make": "electron-forge make",
"electron-forge:package": "electron-forge package",
"electron-forge:publish": "electron-forge publish",
"eslint": "eslint --cache --color --ext .jsx,.js .",
"fetch-install-init": "babel-node fetch-solana-install-init.js",
"lint": "npm-run-all --serial pretty eslint",
"make": "run-s fetch-install-init electron-forge:make",
"package": "run-s fetch-install-init electron-forge:package",
"pretty": "prettier --write **/*.jsx **/*.js *.js .*.js",
"publish": "run-s fetch-install-init electron-forge:publish",
"start": "electron-forge start"
},
"keywords": [],
Expand Down

0 comments on commit 5758a29

Please sign in to comment.