• Robert Knight's avatar
    Update deploy-to-s3.js script for npm-packlist v7 · 1307e466
    Robert Knight authored
    Update the code for listing the files that would go into the npm package.
    npm-packlist v7 removed the internal logic for using Arborist and instead
    requires the caller to do this instead. The new code follows the current example
    in the npm-packlist README [1].
    
    This unfortunately means adding an extra dependency. An alternative approach
    would be to invoke `npm package` to generate a tarball, then unpack that tarball
    somewhere and read its contents using file system APIs.
    
    [1] https://github.com/npm/npm-packlist#npm-packlist
    1307e466
Name
Last commit
Last update
..
.eslintrc Loading commit data...
bump-version.mjs Loading commit data...
create-github-release.js Loading commit data...
deploy-to-s3.js Loading commit data...
generate-change-list.js Loading commit data...
generate-pdfjs-template.py Loading commit data...
jsdoc-from-proptypes.js Loading commit data...
update-pdfjs Loading commit data...
wait-for-npm-release.sh Loading commit data...