Skip to content

Commit

Permalink
chore: add a citgm script
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Apr 16, 2024
1 parent 384900a commit 1f6730b
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 @@ -33,7 +33,8 @@
"prepublishOnly": "npm run build",
"lint": "eslint . --ext=.ts",
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/http-server",
"quick:test": "node --loader=ts-node/esm --enable-source-maps bin/test.ts"
"quick:test": "node --loader=ts-node/esm --enable-source-maps bin/test.ts",
"citgm": "cross-env FORCE_COLOR=0 node --loader=ts-node/esm bin/test.ts"
},
"keywords": [
"http",
Expand Down

0 comments on commit 1f6730b

Please sign in to comment.