build(projects): update deps and update config

This commit is contained in:
Soybean
2022-11-07 00:44:14 +08:00
parent 6c14bfe6a9
commit 7d69992694
6 changed files with 1785 additions and 1007 deletions

4
scripts/cleanup.ts Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env zx
import { $ } from 'zx';
$`pnpm rimraf node_modules dist pnpm-lock.yaml`;