Skip to content

Commit

Permalink
fix cli deprecation for tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Dec 12, 2017
1 parent 824c5b2 commit bad455f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"compile:browser":
"rm -rf ./dist && mkdir ./dist && NODE_ENV=production webpack -p ./lib/react-apollo.browser.umd.js ./dist/index.min.js --config ./scripts/webpack.config.js",
"watch": "tsc -w",
"lint": "tslint 'src/*.ts*' --type-check -p tsconfig.json",
"lint": "tslint 'src/*.ts*' --project tsconfig.json",
"lint-staged": "lint-staged",
"lint-fix": "prettier --write \"{src,test}/**/*.ts*\" && tslint 'src/*.ts*' --type-check -p tsconfig.json --fix",
"lint-fix": "prettier --write \"{src,test}/**/*.ts*\" && tslint 'src/*.ts*' --project tsconfig.json --fix",
"postcompile": "npm run bundle",
"prepublishOnly": "npm run compile"
},
Expand Down

0 comments on commit bad455f

Please sign in to comment.