Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
BitHighlander committed Apr 4, 2020
1 parent 6c9398c commit da913c6
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
command: npm run build-auth
- run: cd ./apps/fomo-native && npm i
- run: cd ./apps/fomo-native && node .electron-vue/build.js
- run: cd ./apps/fomo-native && npm run release-release
- run: cd ./apps/fomo-native && npm run release

workflows:
version: 2
Expand Down
43 changes: 26 additions & 17 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

182 changes: 152 additions & 30 deletions apps/fomo-native/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/fomo-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"electron-builder": "^20.19.2",
"electron-debug": "^1.5.0",
"electron-devtools-installer": "^2.2.4",
"electron-rebuild": "^1.8.6",
"electron-rebuild": "^1.10.1",
"eslint": "^4.19.1",
"file-loader": "^1.1.11",
"geneticalgorithm": "^0.3.4",
Expand Down

0 comments on commit da913c6

Please sign in to comment.