From fb2ae92a0b866784e71b23f36a6fe6a8c371726e Mon Sep 17 00:00:00 2001 From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it> Date: Thu, 15 Apr 2021 14:10:08 +0200 Subject: [PATCH] Solve package not found error --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0527e98..1519180 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "format": "prettier --write .", "lint": "eslint .", "lint:fix": "eslint --fix .", - "docs:dev": "npx styleguidist server", - "docs:build": "npx styleguidist build" + "docs:dev": "styleguidist server", + "docs:build": "styleguidist build" }, "browserslist": { "production": [ -- GitLab