Skip to content

Commit

Permalink
Generate common.ts file by build
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 17, 2024
1 parent 7891727 commit e705ea7
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 @@ -8,7 +8,7 @@
},
"types": "build/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"build": "npm run updateCommonTs && tsc -p tsconfig.json",
"lint": "eslint .",
"updateCommonTs": "node tasks.js",
"prettier": "prettier -u -w examples src",
Expand Down

0 comments on commit e705ea7

Please sign in to comment.