Skip to content

Commit 6a0dfd6

Browse files
committed
chore: Fix prettier issue
1 parent d11f69e commit 6a0dfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ensure-publish-path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const splitted = process.cwd().split(path.sep);
55

66
if (splitted[splitted.length - 1] !== "build") {
77
console.log(
8-
"ERROR! You can only publish outside of the transpiled /build folder\n"
8+
"ERROR! You can only publish outside of the transpiled /build folder\n",
99
);
1010
process.exit(1);
1111
}

0 commit comments

Comments
 (0)