Skip to content

Commit

Permalink
Actually check Typescript code... 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed May 18, 2023
1 parent 0d97789 commit 056efd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"scripts": {
"build": "cross-env NODE_ENV=development yarn _build",
"build:prod": "cross-env NODE_ENV=production yarn _build",
"build:node": "babel --extensions '.ts' --out-dir lib/ src/",
"build:node": "babel --extensions '.ts' --out-dir lib/ src/ && tsc -p ./config/tsconfig.json",
"build:browser": "webpack --stats-modules-space 999 -c config/webpack.config.browser.js",
"clean": "rm -rf lib/ dist/ coverage/ .nyc_output/",
"docs": "jsdoc -c ./config/.jsdoc.json --verbose",
Expand Down

0 comments on commit 056efd9

Please sign in to comment.