aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/package.json
diff options
context:
space:
mode:
authorJake Ellowitz <jake.ellowitz@gmail.com>2018-11-14 01:57:02 +0800
committerAlex Browne <stephenalexbrowne@gmail.com>2018-12-05 06:25:00 +0800
commit96134003e1aa1903bdf051e39e7e244cc8684043 (patch)
treedcef26077b2f7d6b60b688cc87c79a9f137c2b10 /packages/pipeline/package.json
parent599a3f9b9614be6db1c9979514f3acca3f48bd05 (diff)
downloaddexon-sol-tools-96134003e1aa1903bdf051e39e7e244cc8684043.tar
dexon-sol-tools-96134003e1aa1903bdf051e39e7e244cc8684043.tar.gz
dexon-sol-tools-96134003e1aa1903bdf051e39e7e244cc8684043.tar.bz2
dexon-sol-tools-96134003e1aa1903bdf051e39e7e244cc8684043.tar.lz
dexon-sol-tools-96134003e1aa1903bdf051e39e7e244cc8684043.tar.xz
dexon-sol-tools-96134003e1aa1903bdf051e39e7e244cc8684043.tar.zst
dexon-sol-tools-96134003e1aa1903bdf051e39e7e244cc8684043.zip
Pointing entities to raw schema
Fix linter issues
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 59cf24dc6..dcd19d150 100644
--- a/packages/pipeline/package.json
+++ b/packages/pipeline/package.json
@@ -13,7 +13,7 @@
"test:coverage": "nyc npm run test --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/**/*",
"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"