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

Commit

Permalink
Config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Jul 17, 2018
1 parent a974cda commit b01fd9d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 206 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ RUN chown -R mistuser /project
USER mistuser

ENV PATH="${PATH}:/home/mistuser/.meteor"
RUN curl https://install.meteor.com/?version=1.6.1 | /bin/sh
RUN curl https://install.meteor.com/ | /bin/sh
RUN which meteor

# electron-builder flag
# electron-builder flags
ENV USE_HARD_LINKS="true"
ENV DEBUG=electron-builder
2 changes: 1 addition & 1 deletion gulpTasks/building.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ gulp.task('build-dist', cb => {
homepage: 'https://github.com/ethereum/mist',
build: {
appId: `org.ethereum.${type}`,
asar: false,
asar: true,
directories: {
buildResources: '../build',
output: '../dist'
Expand Down
27 changes: 0 additions & 27 deletions interface/package-lock.json

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
},
"scripts": {
"precommit": "pretty-quick --staged",
"postinstall": "electron-builder install-app-deps; git submodule update --recursive; echo INSTALLINGMETEOR && which meteor || curl https://install.meteor.com/?release=1.6.1 | /bin/sh; (cd interface && yarn)",
"postinstall": "electron-builder install-app-deps; git submodule update --recursive; which meteor || curl https://install.meteor.com/?release=1.6.1 | /bin/sh; (cd interface && yarn)",
"dev:electron": "electron -r babel-register main.js",
"dev:meteor": "cd interface && meteor --no-release-check",
"dev:tools": "remotedev & (sleep 3 && open http://localhost:8000)",

"test:unit": "mocha --compilers babel-register tests/unit/**/* --watch",
"test:unit:once": "mocha --compilers babel-register tests/unit/**/*",
"gulp": "gulp"
Expand Down Expand Up @@ -70,7 +69,6 @@
"ecstatic": "^2.1.0",
"electron": "1.8.4",
"electron-builder": "^20.17.2",
"electron-rebuild": "^1.7.3",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.12.0",
Expand Down
Loading

0 comments on commit b01fd9d

Please sign in to comment.