Add a script to auto-label issues

This commit is contained in:
Kamran Ahmed
2024-05-10 21:11:40 +01:00
parent fbecabf3fa
commit 7c68830b45
2 changed files with 12 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"build": "astro build",
"preview": "astro preview",
"format": "prettier --write .",
"gh-labels": "./scripts/create-roadmap-labels.sh",
"astro": "astro",
"deploy": "NODE_DEBUG=gh-pages gh-pages -d dist -t",
"upgrade": "ncu -u",