Skip to content

Commit

Permalink
fix: updated build command
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvalabs-gokul committed Jul 1, 2024
1 parent 9eba214 commit abd1526
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 @@ -7,7 +7,7 @@
"module": "packages/js-moi/lib.esm/index.js",
"scripts": {
"clean": "find . -type d \\( -name 'lib.cjs' -o -name 'lib.esm' \\) -exec rm -rf {} +",
"build": "npm run clean && npm run build",
"build": "npm run clean && tsc -b && rm -rf dist",
"watch": "tsc -b -w",
"test": "jest --env=node --colors --verbose",
"test:coverage": "jest --coverage --env=node --colors --verbose",
Expand Down

0 comments on commit abd1526

Please sign in to comment.