Skip to content

Commit

Permalink
fix: adding scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Jan 14, 2024
1 parent ffafadd commit 1098193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"ui"
],
"scripts": {
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"ci": "yarn && yarn lint && yarn build",
"pub": "yarn ci && npm publish --access public",
"lint": "eslint 'src/*.ts' --fix",
"prepare": "husky install"
Expand Down

0 comments on commit 1098193

Please sign in to comment.