From 3ab6290d4994b33cdbf831523938cdb18a13bf49 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 9 Mar 2020 23:16:05 +0100 Subject: Refactoring the backend. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 099771b0..e89900cd 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "yarn": ">= 1.0.0" }, "scripts": { - "postinstall": "cd newspipe/web/static/ ; ln -sf ../../../node_modules npm_components" + "postinstall": "cd newspipe/static/ ; ln -sf ../../node_modules npm_components" } } -- cgit