Skip to content

Commit

Permalink
Added build:ts script to metrics-server package
Browse files Browse the repository at this point in the history
  • Loading branch information
cmraible committed Oct 3, 2024
1 parent 7929767 commit f172dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ghost/metrics-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"types": "build/index.d.ts",
"scripts": {
"dev": "tsc --watch --preserveWatchOutput --sourceMap",
"build": "tsc",
"build": "yarn build:ts",
"builds:ts": "tsc",
"prepare": "tsc",
"test:unit": "NODE_ENV=testing c8 --src src --all --check-coverage --100 --reporter text --reporter cobertura mocha -r ts-node/register './test/**/*.test.ts'",
"test": "yarn test:types && yarn test:unit",
Expand Down

0 comments on commit f172dcd

Please sign in to comment.