mirror of https://github.com/coder/code-server.git
Remove jest and devDependencies in release
This commit is contained in:
parent
8687c05f9e
commit
8a93459f23
|
@ -49,7 +49,7 @@ bundle_code_server() {
|
||||||
rsync typings/pluginapi.d.ts "$RELEASE_PATH/typings"
|
rsync typings/pluginapi.d.ts "$RELEASE_PATH/typings"
|
||||||
|
|
||||||
# Adds the commit to package.json
|
# Adds the commit to package.json
|
||||||
jq --slurp '(.[0] | del(.scripts)) * .[1]' package.json <(
|
jq --slurp '(.[0] | del(.scripts,.jest,.devDependencies)) * .[1]' package.json <(
|
||||||
cat << EOF
|
cat << EOF
|
||||||
{
|
{
|
||||||
"commit": "$(git rev-parse HEAD)",
|
"commit": "$(git rev-parse HEAD)",
|
||||||
|
|
Loading…
Reference in New Issue