Skip to content

Commit 34b038a

Browse files
committed
fix typo
1 parent f020d56 commit 34b038a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/postbuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ delete pkg.volta;
4545
// write modified package.json to file
4646
fs.writeFileSync(packageJsonPath, JSON.stringify(pkg, null, 2));
4747

48-
console.log('Successfully finishied postbuild commands');
48+
console.log('Successfully finished postbuild commands');

0 commit comments

Comments
 (0)