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>2019-01-24 17:20:27 +0300
committerRobin Appelman <robin@icewind.nl>2019-01-24 17:20:27 +0300
commit913bae057f1a0b0965620b7c1c83b58898bc9d9a (patch)
tree3295dee1935f3688661333b28dc9a4028ac5561e /Makefile
parent74bedeff957955a4790ae8cdf3055fecb72aa25e (diff)
bumb dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7d12f63..7ddc686 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ sources=$(wildcard js/*.ts) $(wildcard js/*/*.ts) tsconfig.json .babelrc webpack
.PHONY: watch
watch: node_modules
- node_modules/.bin/webpack --watch
+ node_modules/.bin/webpack --watch --mode development
clean:
rm -rf $(build_dir) node_modules
@@ -19,7 +19,7 @@ node_modules: package.json
npm install
build/editor.js: $(sources) node_modules
- NODE_ENV=production node_modules/.bin/webpack
+ node_modules/.bin/webpack --mode production
appstore: build/editor.js
mkdir -p $(sign_dir)