Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
patches --VERIFIED
Browse files Browse the repository at this point in the history
  • Loading branch information
knighttower committed Feb 10, 2024
1 parent 99bf0ac commit 8a61e5e
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 @@ -41,7 +41,7 @@
],
"scripts": {
"production": "npm run build",
"build": "npm run webpack && npm run rollup && npm run buildExports && npm run bumpVersion && npm run fixIndexFormat",
"build": "npm run webpack && npm run rollup && npm run buildExports && npm run bumpVersion",
"fixIndexFormat": "prettier --config .prettierrc.json --write ./index.js && prettier --config .prettierrc.json --write ./index.cjs",
"bumpVersion": "node ./node_modules/@knighttower/js-utility-functions/nodeUtils/BumpVersion.cjs",
"buildExports": "node ./node_modules/@knighttower/js-utility-functions/nodeUtils/BuildExports.js --file ./src/TypeCheck.js && node ./node_modules/@knighttower/js-utility-functions/nodeUtils/BuildExports.js --file ./dist/cjs/TypeCheck.cjs --type=cjs",
Expand Down

0 comments on commit 8a61e5e

Please sign in to comment.