diff options
author | Jake Ellowitz <jake.ellowitz@gmail.com> | 2018-11-14 01:57:02 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-06 19:04:25 +0800 |
commit | 7f782b6af063c70db11d193335517e2ddcd5d47c (patch) | |
tree | 9c346230b6f112f10bb31a005b0cfcb28e2d4666 /packages/pipeline/package.json | |
parent | a3f4264790349b2db9ca8ffd341766d30f2a60b2 (diff) | |
download | dexon-sol-tools-7f782b6af063c70db11d193335517e2ddcd5d47c.tar dexon-sol-tools-7f782b6af063c70db11d193335517e2ddcd5d47c.tar.gz dexon-sol-tools-7f782b6af063c70db11d193335517e2ddcd5d47c.tar.bz2 dexon-sol-tools-7f782b6af063c70db11d193335517e2ddcd5d47c.tar.lz dexon-sol-tools-7f782b6af063c70db11d193335517e2ddcd5d47c.tar.xz dexon-sol-tools-7f782b6af063c70db11d193335517e2ddcd5d47c.tar.zst dexon-sol-tools-7f782b6af063c70db11d193335517e2ddcd5d47c.zip |
Pointing entities to raw schema
Fix linter issues
Diffstat (limited to 'packages/pipeline/package.json')
-rw-r--r-- | packages/pipeline/package.json | 2 |
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" |