This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from gnosis/development
WA-238 Withdrawn
- Loading branch information
Showing
144 changed files
with
77,807 additions
and
427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
node_modules/ | ||
build/ | ||
build_webpack/ | ||
build_storybook/ | ||
build/contracts/ | ||
truffle-config.js | ||
gnosis-safe-contracts/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,20 +4,17 @@ node_js: | |
os: | ||
- linux | ||
before_script: | ||
- yarn global add [email protected] | ||
- yarn global add surge | ||
- git clone https://github.com/gnosis/gnosis-safe-contracts.git | ||
- cd gnosis-safe-contracts | ||
- truffle compile && cd .. | ||
- export NODE_ENV=testing | ||
after_success: | ||
- yarn build-storybook | ||
- yarn build | ||
- | | ||
if [ ${TRAVIS_BRANCH} = "master" ]; then | ||
export NODE_ENV=production; | ||
else | ||
export NODE_ENV=development; | ||
fi | ||
- yarn build-storybook | ||
- yarn build | ||
- cd build_webpack/ && cp index.html 200.html && cd .. | ||
- chmod ugo+x ./config/deploy/deploy.sh | ||
- ./config/deploy/deploy.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
// @flow | ||
jest.setTimeout(30000) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.