Skip to content

Commit 0265ddd

Browse files
committed
misc copy script
1 parent 378fd7d commit 0265ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/watchCopy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let TARGET_DIR = process.env.TARGET_DIR;
1414

1515
if (!TARGET_DIR) {
1616
console.error('Missing TARGET_DIR process env, aborting!');
17-
console.error('EXAMPLE USAGE: TARGET_DIR=/Users/YOU/Documents/someproject npm run watchcpx');
17+
console.error('EXAMPLE USAGE: TARGET_DIR=/Users/YOU/Documents/SomeReactApp npm run watchcpx');
1818
process.exit(1);
1919
}
2020

0 commit comments

Comments
 (0)