Skip to content

Commit

Permalink
chore: fix incorrect release pkg dir
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Nov 24, 2023
1 parent e210d8b commit 8a3a8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const isDryRun = args.dry || args.d
const rootDir = resolve(fileURLToPath(import.meta.url), '../..')

release({
pkgDir: resolve(rootDir, 'package.json'),
pkgDir: rootDir,
isDryRun,
preId: args.preid,
publish: true,
Expand Down

0 comments on commit 8a3a8c2

Please sign in to comment.