Skip to content

Commit 0a5a5db

Browse files
committed
chore(Deps): Dependency hell resolving
1 parent 3c56626 commit 0a5a5db

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

lib/publish.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export async function publish(
2929
const zipResult = config.withAssets
3030
? await execa(
3131
zipCommand,
32-
['-qjr', path.join(releaseDir, `assets.zip`), assetDir],
32+
['-qr', path.join(releaseDir, `assets.zip`), '.'],
3333
{
3434
cwd: assetDir,
3535
timeout: 30 * 1000,

package-lock.json

+21-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"devDependencies": {
4747
"@babel/core": "7.24.7",
4848
"@babel/preset-env": "7.24.7",
49+
"@types/adm-zip": "^0.5.5",
4950
"@types/fs-extra": "11.0.4",
5051
"@types/jest": "29.5.12",
5152
"@types/node": "20.14.7",
@@ -54,6 +55,7 @@
5455
"@types/sinon": "17.0.3",
5556
"@typescript-eslint/eslint-plugin": "6.21.0",
5657
"@typescript-eslint/parser": "6.21.0",
58+
"adm-zip": "^0.5.16",
5759
"babel-jest": "29.7.0",
5860
"eslint": "8.56.0",
5961
"eslint-config-prettier": "9.1.0",

0 commit comments

Comments
 (0)