Skip to content

Commit

Permalink
chore: add vscode:prepublish pre-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Nov 11, 2023
1 parent cae6234 commit d326d3c
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 @@ -87,7 +87,8 @@
"checks": "npm run lint && npm run typecheck && npm run test",
"version": "npm run build",
"test": "c8 ts-node bin/test.ts",
"quick:test": "ts-node bin/test.ts"
"quick:test": "ts-node bin/test.ts",
"vscode:prepublish": "npm run build"
},
"devDependencies": {
"@adonisjs/prettier-config": "^1.1.8",
Expand Down

0 comments on commit d326d3c

Please sign in to comment.