diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-03-07 20:06:07 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-03-07 20:16:52 -0400 |
commit | 2c6f15d33558ad450f26054c09652645c1a99b38 (patch) | |
tree | fc3c1f9cb07393824c97979f9b0aa2bac78ef1f0 /src/upd8.js | |
parent | 142ff084c99ef1ce6f94d843b81fdd7824f7290a (diff) |
upd8, write: sort: don't check sorting in advance
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-x | src/upd8.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js index ebcb5da5..a9929154 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -990,6 +990,7 @@ async function main() { fallbackStep('checkWikiDataSourceFileSorting', { default: 'perform', + buildConfig: 'sort', cli: { flag: 'skip-sorting-validation', negate: true, |