inside-ci/build.sh
Jonatan Nilsson d46e0d834e
Some checks failed
/ deploy (push) Failing after 14s
Minimize it further and clean it up
2024-11-22 05:08:16 +00:00

5 lines
193 B
Bash
Executable file

#!/bin/bash
mv package.json package.json.backup
jq -c 'pick(.name, .version, .description, .main, .bin, .repository, .keywords, .author, .license, .files)' package.json.backup > package.json