From 72c2636c09cb611c09bf6c7588195bf138559768 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Fri, 28 Feb 2025 02:21:24 +0000 Subject: [PATCH] [#109] Adding the missing "bundle" script to the package.json file. --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 5894393..7a47e8e 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,11 @@ "browserslist": [ "last 2 versions" ], + "scripts": { + "bundle": "gulp bundle", + "lint": "gulp lint", + "preview": "gulp preview" + }, "devDependencies": { "@asciidoctor/core": "~2.2", "@fontsource/roboto": "~4.5",