Skip to content

Commit

Permalink
fix: force rm shrinkwrap lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 committed Jun 27, 2023
1 parent 373f97e commit f825ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"format": "wireit",
"lint": "wireit",
"oclif-artifacts": "oclif manifest",
"postpack": "shx rm oclif.manifest.json npm-shrinkwrap.json",
"postpack": "shx rm -f oclif.manifest.json npm-shrinkwrap.json",
"prepack": "sf-prepack",
"prepare": "sf-install",
"prepublishOnly": "npm shrinkwrap",
Expand Down Expand Up @@ -285,4 +285,4 @@
"output": []
}
}
}
}

0 comments on commit f825ec9

Please sign in to comment.