1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-15 02:41:07 +08:00

feat: 移除ci脚本,本地启动使用pnpm dev命令

This commit is contained in:
chufan
2024-10-16 14:30:37 +08:00
parent c0726b8c5b
commit cbbeb3e7ea
2 changed files with 1 additions and 15 deletions

View File

@@ -1,14 +0,0 @@
#!/usr/bin/env node
/**
*
* 本地启动
* 例如:
* - ./scripts/dev
*/
import {commandStandardExecutor} from '@142vip/utils'
(async () => await commandStandardExecutor([
'pnpm build:mark-map',
'pnpm dev'
]))()