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

github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-01-15 18:26:04 +0300
committerRobin Appelman <robin@icewind.nl>2020-01-15 18:26:04 +0300
commit803e78ca8afc867745a766aec0bb41b97b43a1b3 (patch)
tree6b5635dcfea0bb0d40e8cf2116a2cf2a2a13c0a8 /Makefile
parentce3035b1ee1e026c37b2cc91601f68c8b74ba20b (diff)
add CHANGELOG.mdv2.3.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ddc686..d07d9b1 100644
--- a/Makefile
+++ b/Makefile
@@ -18,10 +18,13 @@ clean:
node_modules: package.json
npm install
+CHANGELOG.md: node_modules
+ node_modules/.bin/changelog
+
build/editor.js: $(sources) node_modules
node_modules/.bin/webpack --mode production
-appstore: build/editor.js
+appstore: build/editor.js CHANGELOG.md
mkdir -p $(sign_dir)
rsync -a \
--exclude=.git \