aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/package.json')
-rw-r--r--packages/website/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/website/package.json b/packages/website/package.json
index f9951defb..f91b579bd 100644
--- a/packages/website/package.json
+++ b/packages/website/package.json
@@ -3,7 +3,6 @@
"version": "0.0.0",
"description": "Website and 0x portal dapp",
"scripts": {
- "lint": "tslint --project . 'ts/*.ts'",
"build": "NODE_ENV=production webpack; exit 0;",
"clean": "shx rm -f public/bundle*",
"dev": "webpack-dev-server --content-base public --https",