Skip to content

Commit

Permalink
chore(Deps): Dependency hell resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Sep 21, 2024
1 parent 3c56626 commit 0a5a5db
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export async function publish(
const zipResult = config.withAssets
? await execa(
zipCommand,
['-qjr', path.join(releaseDir, `assets.zip`), assetDir],
['-qr', path.join(releaseDir, `assets.zip`), '.'],
{
cwd: assetDir,
timeout: 30 * 1000,
Expand Down
22 changes: 21 additions & 1 deletion package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@types/adm-zip": "^0.5.5",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/node": "20.14.7",
Expand All @@ -54,6 +55,7 @@
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"adm-zip": "^0.5.16",
"babel-jest": "29.7.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand Down

0 comments on commit 0a5a5db

Please sign in to comment.