From ea0b46f32251b17d8afded1438951f2218b424e6 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Wed, 24 Feb 2016 10:05:06 +0100 Subject: [PATCH] Use local install of grunt-cli when creating zip --- Release-Procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index f55aee4..04571d2 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -94,7 +94,7 @@ If you run into ```Warning: ENFILE: file table overflow``` check out http://supe Create an archive from the artifacts created by the `npm run deploy` step above. This includes the documentation and source. - treeish=v3.1.0 grunt zip + treeish=v3.1.0 node_modules/.bin/grunt zip Note: we do not rely on the archive created by GitHub because it only contains the source code. Our archive includes the ol builds, the hosted examples, the generated API docs, etc.