From a439b3de1ff9658f8e0e4fd896ff4672701bb289 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 8 Apr 2022 17:10:26 +0200 Subject: Add watch script; usage: "npm run watch" --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 4103d0a..56f562f 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,8 @@ "dependencies": { "@fortawesome/fontawesome-free": "^5.15.3", "academicons": "^1.8.6" + }, + "scripts": { + "watch": "./node_modules/gulp/bin/gulp.js watch" } } -- cgit v1.2.3