Skip to content

Commit

Permalink
generated code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Aug 20, 2021
1 parent 972c567 commit 99c7b29
Show file tree
Hide file tree
Showing 4 changed files with 355 additions and 485 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build": "cross-env NODE_ENV=production rollup -c",
"start": "tsc-watch --onSuccess \"rollup -c\"",
"deploy-docs": "ts-node tools/gh-pages-publish",
"generate-code": "ts-node -P tsconfig.generate.json tools/generate-code.ts",
"generate-code": "ts-node -P tools/tsconfig.generate.json tools/generate-code.ts",
"unit-test": "cross-env TS_NODE_PROJECT=\"test/tsconfig.json\" mocha --require ts-node/register --require esm \"test/**/*.spec.{js,jsx,ts,tsx}\"",
"test": "npm run unit-test",
"test:coverage": "nyc --reporter=lcov --reporter=text-summary npm run test"
Expand Down
Loading

0 comments on commit 99c7b29

Please sign in to comment.