We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f020d56 commit 34b038aCopy full SHA for 34b038a
scripts/postbuild.ts
@@ -45,4 +45,4 @@ delete pkg.volta;
45
// write modified package.json to file
46
fs.writeFileSync(packageJsonPath, JSON.stringify(pkg, null, 2));
47
48
-console.log('Successfully finishied postbuild commands');
+console.log('Successfully finished postbuild commands');
0 commit comments