Skip to content

Commit

Permalink
chore: Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldowseza committed Feb 27, 2024
1 parent e7087ab commit 84ab362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"test-local": "jest",
"test": "npm run test-08:00 && npm run test+08:00 && npm run test-local",
"clean": "rimraf ./dist",
"prebuild": "npm run clean",
"build": "tsc -p ./tsconfig.json && tsc -p ./tsconfig.cjs.json",
"generate-deep-package": "node ./scripts/generate-deep-package.js",
"prepublishOnly": "npm run clean && npm run build && npm run generate-deep-package",
"postbuild": "node ./scripts/generate-deep-package.js",
"prepare": "husky"
},
"type": "module",
Expand Down

0 comments on commit 84ab362

Please sign in to comment.