From afd9d9ec4a263c6773a6675d107964b718fa3230 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Thu, 26 Aug 2021 17:44:11 +0200 Subject: [PATCH] Add doc script (#470) --- 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",