diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } } |