File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4545 "publish:executeIfReleaseCommit" : " bash -c 'COMMIT=$(git log -1 --pretty=%B) && [ \" ${COMMIT:0:8}\" != \" Release \" ] || npm run publish:execute'" ,
4646 "publish:execute" : " npm run publish:cdn && npm publish && npm run publish:createGitHubRelease" ,
4747 "publish:createGitHubRelease" : " gh release create v$(node -p \" require('./package.json').version\" )" ,
48- "publish:cdn" : " npm run prepack:cdn && aws s3 cp --recursive --content-type application/json dist/ s3://upload-js-releases/react-uploader/ && aws cloudfront create-invalidation --distribution-id EO4VJPLCDN8HY --paths '/react-uploader/*'" ,
48+ "publish:cdn" : " npm run prepack:cdn && aws s3 cp --recursive --content-type application/javascript dist/ s3://upload-js-releases/react-uploader/ && aws cloudfront create-invalidation --distribution-id EO4VJPLCDN8HY --paths '/react-uploader/*'" ,
4949 "test" : " jest --runInBand" ,
5050 "prepare" : " husky install"
5151 },
You can’t perform that action at this time.
0 commit comments