Skip to content

Commit

Permalink
chore: add update labels script
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 24, 2023
1 parent 3903664 commit da9a80b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "npm run compile",
"release": "np",
"version": "npm run build",
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/assembler",
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/presets",
"format": "prettier --write .",
"prepublishOnly": "npm run build",
"quick:test": "node --loader ts-node/esm --enable-source-maps bin/test.ts"
Expand All @@ -45,6 +45,7 @@
"c8": "^8.0.1",
"dedent": "^1.5.1",
"del-cli": "^5.1.0",
"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
"np": "^9.2.0",
"ts-node": "^10.9.2",
Expand Down

0 comments on commit da9a80b

Please sign in to comment.