Skip to content

Commit

Permalink
Fix script again
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Oct 14, 2022
1 parent 10e5002 commit ebe3004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neon",
"version": "2.16.11",
"version": "2.16.12",
"main": "./main.js",
"description": "Light wallet for NEO blockchain",
"homepage": "https://github.com/CityOfZion/neon-wallet",
Expand All @@ -17,7 +17,7 @@
"test:e2e": "ava __e2e__/*.e2e.js --timeout=120s -s",
"test-watch": "jest --watch",
"pack": "build --dir",
"release": "yarn assets && dotenv npm exec electron-builder -- --publish --win --mac --linux",
"release": "yarn assets && dotenv npm exec electron-builder --publish always --win --mac --linux ",
"dist": "yarn assets && dotenv yarn electron-builder",
"lint": "eslint -c .eslintrc ./app --ext .js,.jsx --ignore-pattern dist/",
"lint-fix": "eslint -c .eslintrc ./app --ext .js,.jsx --fix --ignore-pattern dist/",
Expand Down

0 comments on commit ebe3004

Please sign in to comment.