Skip to content

Commit

Permalink
scripts configured
Browse files Browse the repository at this point in the history
  • Loading branch information
gluk64 committed Feb 11, 2020
1 parent f8b68fd commit e243f06
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions contracts/config_test.json

This file was deleted.

8 changes: 4 additions & 4 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"zksync": "^0.3.9"
},
"scripts": {
"build": "waffle config.json && waffle config_flat.json",
"test": "yarn build && mocha -r ts-node/register test/**/*.ts",
"itest": "yarn build && mocha -r ts-node/register test/integration_geth.ts",
"unit-test": "waffle config_test.json && mocha test/unit_tests/**/*.js",
"build": "waffle .waffle.json && waffle .waffle.config_flat.json",
"test": "waffle .waffle.json && mocha -r ts-node/register test/**/*.ts",
"itest": "waffle .waffle.json && mocha -r ts-node/register test/integration_ganache.ts",
"unit-test": "waffle .waffle.json && mocha test/unit_tests/**/*.js",
"deploy": "yarn build && ts-node scripts/testnet-deploy.ts --deploy --publish",
"deploy-test-no-build": "ts-node scripts/testnet-deploy.ts --deploy --test",
"publish_source": "ts-node scripts/testnet-deploy.ts --publish",
Expand Down

0 comments on commit e243f06

Please sign in to comment.