Skip to content

Commit

Permalink
[Desktop] Remove clean script from build:base
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Oct 27, 2019
1 parent 88fdab9 commit 1491df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ script:
electronuserland/builder:wine \
/bin/bash -c "yarn --pure-lockfile && yarn workspace @devhub/web build && yarn workspace @devhub/desktop build:skipweb --linux --win"
else
yarn --pure-lockfile && yarn workspace @devhub/web build && yarn workspace @devhub/desktop build:skipweb --mac && yarn now --local-config ./now.app.json --prod --token $NOW_TOKEN && cd landing && yarn && yarn deploy --prod --token $NOW_TOKEN && cd -
yarn --pure-lockfile && yarn workspace @devhub/web build && yarn workspace @devhub/desktop clean && yarn workspace @devhub/desktop build:skipweb --mac && yarn now --local-config ./now.app.json --prod --token $NOW_TOKEN && cd landing && yarn && yarn deploy --prod --token $NOW_TOKEN && cd -
fi
before_cache:
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"repository": "https://github.com/devhubapp/devhub",
"scripts": {
"build": "yarn build:base && yarn build:web && yarn build:web:post && yarn build:electron",
"build:base": "yarn clean && yarn compile",
"build:base": "yarn compile",
"build:electron": "electron-builder",
"build:skipweb": "yarn build:base && yarn build:web:post && yarn build:electron",
"build:web": "pushd \"../web\" && yarn build && popd",
Expand Down

0 comments on commit 1491df0

Please sign in to comment.