Skip to content

Commit

Permalink
Attempt to fix husky
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwagerfield committed Apr 24, 2024
1 parent b7d4881 commit c53c1fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytescale/sdk",
"version": "3.35.0",
"version": "3.34.0",
"description": "Bytescale JavaScript SDK",
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",
"license": "MIT",
Expand Down Expand Up @@ -60,7 +60,6 @@
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest --runInBand --silent=false --verbose=false",
"prepack": "npm run clean && webpack && tsc-alias && rm dist/types/index.node.d.ts && rm dist/types/index.worker.d.ts && mv dist/types/index.browser.d.ts dist/types/index.d.ts",
"postpack": "[ ! -f bytescale-sdk-*.tgz ] || mv bytescale-sdk-*.tgz bytescale-sdk.tgz",
"prepare": "husky install",
"prepack:cdn": "npm run clean && webpack --config webpack.config.cdn.js && find dist -name \"*.ts\" -type f -delete && for f in dist/*.js; do cp -- \"$f\" \"${f%.js}\"; done",
"publish:executeIfReleaseCommit": "bash -c 'COMMIT=$(git log -1 --pretty=%B) && [ \"${COMMIT:0:8}\" != \"Release \" ] || npm run publish:execute'",
"publish:execute": "npm run publish:cdn && npm publish && npm run publish:createGitHubRelease",
Expand Down

0 comments on commit c53c1fd

Please sign in to comment.