Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions build-system/scripts/deploy_npm
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ if [ -z "$STANDALONE" ]; then
done
fi

# Filter on whitelist of properties.
jq '{name, version, exports, main, homepage, author, type, license, dependencies, description, bin} | with_entries( select( .value != null ) )' \
package.json > $TMP && mv $TMP package.json

# Publish if we have a commit tag
if [ -n "$COMMIT_TAG" ] ; then
npm publish $TAG_ARG --access public
Expand Down