wiki/quartz
Sohum 1dc208356a
fix(cli): use shell on win32 for update (#1503) (#1504)
If there is no `npm.exe` on the system, but
instead an `npm.cmd`, then node won't find
the `npm` executable when calling `spawnSync`.

This occurs frequently when using node package
managers on Windows.

See the node documentation for `.bat` and `.cmd`
files here.

<https://nodejs.org/api/child_process.html#spawning-bat-and-cmd-files-on-windows>.
2024-10-13 10:46:51 -07:00
..
cli fix(cli): use shell on win32 for update (#1503) (#1504) 2024-10-13 10:46:51 -07:00
components fix(toc): invalid desktop-only styling (#1502) 2024-10-12 18:33:07 -04:00
i18n i18n: add Czech translation (#1477) 2024-10-04 09:10:40 -07:00
plugins feat(ofm): Allow for dashes in custom callout label (#1493) 2024-10-10 07:15:23 -04:00
processors fix: pass buildId to worker 2024-08-08 19:33:27 -07:00
static Revert "feat: Making Quartz available offline by making it a PWA (#465)" 2023-09-20 13:52:45 -07:00
styles fix(layout): restore footer to the proper position (#1470) 2024-10-01 08:49:13 -07:00
util fix: unmemoize explorer on rebuild (closes #1077) 2024-08-08 19:17:20 -07:00
bootstrap-cli.mjs cleanup: rework cli to allow invoking create and build outside of cli (#428) 2023-08-27 15:59:51 -07:00
bootstrap-worker.mjs run prettier 2023-07-22 17:27:41 -07:00
build.ts docs: clarify prod hosting 2024-09-15 16:47:11 -07:00
cfg.ts feat(analytics): clarity (#1446) 2024-09-30 10:06:37 -07:00
depgraph.test.ts fix(fast rebuild): handle added an deleted markdown correctly (#921) 2024-02-23 18:40:42 -08:00
depgraph.ts fix(fast rebuild): handle added an deleted markdown correctly (#921) 2024-02-23 18:40:42 -08:00
worker.ts fix: pass buildId to worker 2024-08-08 19:33:27 -07:00