aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/package.json
diff options
context:
space:
mode:
authorXianny <8582774+xianny@users.noreply.github.com>2019-01-09 05:50:51 +0800
committerGitHub <noreply@github.com>2019-01-09 05:50:51 +0800
commit27fc640a9eae70813e9f02cda2c27a4509a04591 (patch)
tree487721d8f59a978e23bb0e5d35b573eae7ec6b0a /packages/pipeline/package.json
parent4689f20b86333d74fa0ccd45b23c560a0a0361b5 (diff)
downloaddexon-0x-contracts-27fc640a9eae70813e9f02cda2c27a4509a04591.tar
dexon-0x-contracts-27fc640a9eae70813e9f02cda2c27a4509a04591.tar.gz
dexon-0x-contracts-27fc640a9eae70813e9f02cda2c27a4509a04591.tar.bz2
dexon-0x-contracts-27fc640a9eae70813e9f02cda2c27a4509a04591.tar.lz
dexon-0x-contracts-27fc640a9eae70813e9f02cda2c27a4509a04591.tar.xz
dexon-0x-contracts-27fc640a9eae70813e9f02cda2c27a4509a04591.tar.zst
dexon-0x-contracts-27fc640a9eae70813e9f02cda2c27a4509a04591.zip
fetch and save copper (#1472)
Fetch and save Copper CRM
Diffstat (limited to 'packages/pipeline/package.json')
-rw-r--r--packages/pipeline/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pipeline/package.json b/packages/pipeline/package.json
index ab73642ec..cb3763362 100644
--- a/packages/pipeline/package.json
+++ b/packages/pipeline/package.json
@@ -16,7 +16,7 @@
"test:coverage": "nyc npm run test:all --all && yarn coverage:report:lcov",
"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
"clean": "shx rm -rf lib",
- "lint": "tslint --project . --format stylish --exclude ./migrations/**/*",
+ "lint": "tslint --project . --format stylish --exclude ./migrations/**/* --exclude ./test/fixtures/**/**/*.json",
"migrate:run": "yarn typeorm migration:run --config ./lib/src/ormconfig",
"migrate:revert": "yarn typeorm migration:revert --config ./lib/src/ormconfig",
"migrate:create": "yarn typeorm migration:create --config ./lib/src/ormconfig --dir migrations"