Skip to content

Commit

Permalink
Refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Sep 11, 2021
1 parent 38a2817 commit 83ea938
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"integration": "cross-env NODE_ENV=dev nyc --reporter=lcov mocha --timeout 220000 -r ts-node/register mods/**/*.int.test.ts --exit",
"build": "lerna run build",
"clean": "rimraf .nyc_output **/*/tsconfig.tsbuildinfo dist coverage **/*/dist **/*/node_modules \"node_modules/!(rimraf|.bin)\"",
"gen-protos": "./etc/gen_code_proto.sh",
"gen-docs": "node ./etc/gen_docs.js",
"gen-protos": "./.scripts/gen_code_proto.sh",
"gen-docs": "node ./.scripts/gen_docs.js",
"lint": "eslint mods --ext .ts --fix",
"format": "prettier --write mods",
"check-types": "tsc --noEmit",
Expand Down

0 comments on commit 83ea938

Please sign in to comment.