From 847044ef47f173d1447f3fecada7b32bbe905bc0 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Thu, 26 Aug 2021 17:36:46 +0200 Subject: [PATCH] Add doc script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b84855e1f..3b2fd3fd8 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ }, "scripts": { "build": "grunt build", + "doc": "grunt doc", "test": "grunt test", "test-examples": "grunt test-examples", "test-workersocket": "grunt test-workersocket",