Skip to content

Commit

Permalink
fix(ci): remove scripts before npm publish in dist-dynamic (janus…
Browse files Browse the repository at this point in the history
…-idp#1011)

Signed-off-by: David Festal <[email protected]>
  • Loading branch information
davidfestal authored Dec 7, 2023
1 parent cac0b18 commit 86aabe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
[
"@semantic-release/exec",
{
"successCmd": "if [ -d 'dist-dynamic' ]; then echo 'publishing backend derived package ...' && cd dist-dynamic && npm publish --registry https://registry.npmjs.org/ --ignore-scripts --access public ; fi"
"successCmd": "if [ -d 'dist-dynamic' ]; then echo 'publishing backend derived package ...' && cd dist-dynamic && npm pkg delete scripts && npm publish --registry https://registry.npmjs.org/ --access public ; fi"
}
]
]
Expand Down

0 comments on commit 86aabe3

Please sign in to comment.