Skip to content

Commit

Permalink
feat(package): implement prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfest authored and mceachen committed Sep 22, 2024
1 parent 40874d9 commit 7bcc337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"premktags": "npm run compile",
"mktags": "node dist/update/mktags.js",
"prelint": "npm run compile",
"prepare": "npm run compile",
"lint": "eslint src --ext .ts",
"prettier": "prettier --write src/*.ts src/**/*.ts **/*.yml **/*.json **/*.md",
"pretest": "npm run compile",
Expand Down

0 comments on commit 7bcc337

Please sign in to comment.