build: fix typo
This commit is contained in:
parent
f6cedec9db
commit
ac758d4987
|
@ -5,6 +5,7 @@
|
|||
|
||||
import * as fs from 'node:fs/promises';
|
||||
import * as path from 'node:path';
|
||||
import { fileURLToPath } from 'node:url';
|
||||
import cssnano from 'cssnano';
|
||||
import * as yaml from 'js-yaml';
|
||||
import postcss from 'postcss';
|
||||
|
|
Loading…
Reference in New Issue