Skip to content

Commit

Permalink
KEYCLOAK-7684 Remove scripts.prepublish delete command from PME jsonU…
Browse files Browse the repository at this point in the history
…pdate

Commit a6c8617 removed nsp, so deleting it for the product is no longer
required. The associated command has to be removed however, otherwise PME
errors out in PNC.
  • Loading branch information
ASzc committed Jun 21, 2018
1 parent 8ed364a commit d0f8df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product/prod-arguments.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencyManagement": "org.jboss.eap:jboss-eap-parent:$EAP_VERSION",
"dependencyRelocations.org.wildfly:@org.jboss.eap:": "$EAP_VERSION",
"dependencyExclusion.org.jboss:jboss-parent@*": "19.0.0.redhat-2",
"jsonUpdate": "../package.json:$.devDependencies.keycloak-admin-client:^0.12.0,../package.json:$.scripts.prepublish:"
"jsonUpdate": "../package.json:$.devDependencies.keycloak-admin-client:^0.12.0"
}
}
}

0 comments on commit d0f8df0

Please sign in to comment.