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.
2 parents fd79db1 + fad19ed commit e08db06Copy full SHA for e08db06
scripts/copy-readme.js
@@ -33,7 +33,7 @@ try {
33
if (targetStats.mtimeMs == sourceStats.mtimeMs) {
34
copyNeeded = false;
35
}
36
- if (targetStats.mtimeMs > sourceStats.mtimeMs) {
+ if (targetStats.mtimeMs > sourceStats.mtimeMs + 1001) {
37
console.warn('===============================================================');
38
console.warn('⚠️ WARNING: Did you edit the README.md copy under `assets`?');
39
console.warn('The assets readme gets overwritten during the build process.');
0 commit comments