aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-08-17 14:01:51 +0200
committerChocobozzz <me@florianbigard.com>2021-08-17 14:06:56 +0200
commit1d4591fd9c724c9409da31612f6d8c008f1cb5e4 (patch)
treeedf37dad3e3424d6b7a0c5149f47da88124e0286 /client/package.json
parent1378c0d343028f3d40d7d795422684ab9e6a1599 (diff)
downloadPeerTube-1d4591fd9c724c9409da31612f6d8c008f1cb5e4.tar.gz
PeerTube-1d4591fd9c724c9409da31612f6d8c008f1cb5e4.tar.zst
PeerTube-1d4591fd9c724c9409da31612f6d8c008f1cb5e4.zip
Remove solution style ts config
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json
index e74cbea5b..6a9529cf6 100644
--- a/client/package.json
+++ b/client/package.json
@@ -14,7 +14,7 @@
14 }, 14 },
15 "scripts": { 15 "scripts": {
16 "lint": "npm run lint-ts && npm run lint-scss", 16 "lint": "npm run lint-ts && npm run lint-scss",
17 "lint-ts": "tslint --project ./tsconfig.app.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'", 17 "lint-ts": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'",
18 "lint-scss": "stylelint 'src/**/*.scss'", 18 "lint-scss": "stylelint 'src/**/*.scss'",
19 "webpack": "webpack", 19 "webpack": "webpack",
20 "tslint": "tslint", 20 "tslint": "tslint",