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 d11f69e commit 6a0dfd6Copy full SHA for 6a0dfd6
scripts/ensure-publish-path.js
@@ -5,7 +5,7 @@ const splitted = process.cwd().split(path.sep);
5
6
if (splitted[splitted.length - 1] !== "build") {
7
console.log(
8
- "ERROR! You can only publish outside of the transpiled /build folder\n"
+ "ERROR! You can only publish outside of the transpiled /build folder\n",
9
);
10
process.exit(1);
11
}
0 commit comments