From 5742829777e8b4f7060ceb8429c024a79ce87aec Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 4 Mar 2016 19:40:22 +0100 Subject: [PATCH] Introduce gulp --- Release-Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Process.md b/Release-Process.md index 1cdcc27..06188f4 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -10,7 +10,7 @@ Update pdfjs.config: ### Releasing a new version 1. `git checkout upstream/master` -1. Run `node make publish` to generate the zip +1. Run `gulp publish` to generate the zip 1. Create github release 2. add release notes 2. attach zip generated from above