Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-08-22 20:15:48 +0300
committerRobin Appelman <robin@icewind.nl>2017-08-22 20:15:48 +0300
commit60e7fde2f70fda181f4ac8fd404ae7b4413ee4e9 (patch)
tree1e64627a7e74cab28e5fe6680d3ecc236b32d9cf /Makefile
parenta4a09bca0240a5af449ebf52b27f244fdc8c9a78 (diff)
switch to npm for dependency management
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58c99dd..8769ef2 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,10 @@ all: appstore
clean:
rm -rf $(build_dir)
-appstore: clean
+js/node_modules: js/package.json
+ cd js && npm install
+
+appstore: clean js/node_modules
mkdir -p $(sign_dir)
rsync -a \
--exclude=.git \