Skip to content

Commit

Permalink
don't fail on attempt to re-upload existing package
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Nov 13, 2024
1 parent 135cb79 commit 45be13d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions genomeFiles/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions genomeFiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platforma-open/milaboratories.star-read-mapping.genome-asset",
"version": "1.1.1",
"version": "1.1.2",
"description": "STAR indexed genome references",
"scripts": {
"build-skip": "echo 'This is fake build script for CI optimization'",
Expand All @@ -9,7 +9,7 @@
"build": "pl-pkg build",
"sign": "pl-pkg sign --sign-command='[\"gcloud-kms-sign\", \"{pkg}\", \"{pkg}.sig\"]'",

"prepublishOnly": "npm run build && npm run sign && pl-pkg publish packages"
"prepublishOnly": "npm run build && npm run sign && pl-pkg publish packages --skip-existing-packages"
},
"files": [
"dist/"
Expand Down

0 comments on commit 45be13d

Please sign in to comment.