diff options
Diffstat (limited to 'packages/sra-report')
-rw-r--r-- | packages/sra-report/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/sra-report/package.json b/packages/sra-report/package.json index cc34b5ced..27bf715a8 100644 --- a/packages/sra-report/package.json +++ b/packages/sra-report/package.json @@ -12,7 +12,8 @@ "clean": "shx rm -rf lib scripts", "build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts", "lint": "tslint --project .", - "test": "run-s clean build copy_test_environments copy_test_fixtures run_mocha", + "test": "run-s copy_test_environments copy_test_fixtures run_mocha", + "rebuild-and-test": "run-s clean build test", "copy_test_fixtures": "copyfiles -u 2 './test/fixtures/**/*.json' ./lib/test/fixtures", "copy_test_environments": "copyfiles -u 2 './test/environments/**/*.json' ./lib/test/environments", "run_mocha": "mocha lib/test/**/*_test.js --exit", @@ -33,7 +34,7 @@ "dependencies": { "@0xproject/assert": "^0.2.10", "@0xproject/types": "0.7.0", - "@0xproject/order-utils": "^0.0.5", + "@0xproject/order-utils": "0.0.5", "@0xproject/connect": "0.6.12", "@0xproject/json-schemas": "0.7.22", "@0xproject/typescript-typings": "^0.3.2", |