From a4141c5dc50c3cd622ba66a6d5ba2777ee791825 Mon Sep 17 00:00:00 2001 From: "Muhsin.K" Date: Thu, 21 Nov 2019 14:42:40 +0530 Subject: [PATCH] Remove docs script (#233) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 7de57b8e1..dfcc46c2d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "0.1.0", "license": "MIT", "scripts": { - "docs": "docsify serve docs", "eslint": "eslint app/javascript --fix", "pretest": "rimraf .jest-cache", "test": "jest --no-cache",