Fix tslint path

pull/6452/head
Oliver Günther 6 years ago
parent c68998217c
commit 44cefac4b3
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      frontend/package.json

@ -126,7 +126,7 @@
"pretest": "./scripts/link_plugin_placeholder.js",
"test": "ng test",
"posttest": "npm run tslint_typechecks",
"tslint_typechecks": "tslint -p . -c tslint_typechecks.json",
"tslint_typechecks": "./node_modules/.bin/tslint -p . -c tslint_typechecks.json",
"generate-typings": "tsc -d -p src/tsconfig.app.json",
"legacy-webpack": "./node_modules/.bin/webpack --colors --config legacy/webpack.config.js",
"legacy-webpack-watch": "RAILS_ENV=development ./node_modules/.bin/webpack --config legacy/webpack.config.js --display-error-details --watch --colors --cache --debug"

Loading…
Cancel
Save