diff options
author | Camil Staps | 2022-04-08 17:10:26 +0200 |
---|---|---|
committer | Camil Staps | 2022-04-08 17:10:26 +0200 |
commit | a439b3de1ff9658f8e0e4fd896ff4672701bb289 (patch) | |
tree | 270a2d4c241e6d8b2112e7c18a72d85a6364e151 | |
parent | Update Cloogle links (diff) |
Add watch script; usage: "npm run watch"
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
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" } } |