Skip to content

Commit

Permalink
chore: fix name of package in sync labels script
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 25, 2023
1 parent 214570f commit df292cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typecheck": "tsc --noEmit",
"format": "prettier --write .",
"quick:test": "node --loader ts-node/esm bin/test.ts",
"sync-labels": "github-label-sync --labels .github/labels.json japa/file-system"
"sync-labels": "github-label-sync --labels .github/labels.json japa/api-client"
},
"devDependencies": {
"@adonisjs/eslint-config": "^1.1.8",
Expand Down

0 comments on commit df292cc

Please sign in to comment.