summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCamil Staps2022-04-08 17:10:26 +0200
committerCamil Staps2022-04-08 17:10:26 +0200
commita439b3de1ff9658f8e0e4fd896ff4672701bb289 (patch)
tree270a2d4c241e6d8b2112e7c18a72d85a6364e151
parentUpdate Cloogle links (diff)
Add watch script; usage: "npm run watch"
-rw-r--r--package.json3
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"
}
}