parent
a736f34144
commit
b49efba8b2
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npx --no -- commitlint --edit ${1}
|
||||
npm run commitlint ${1}
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env zx
|
||||
import { $,os } from "zx";
|
||||
|
||||
const platform = os.platform();
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env zx
|
||||
|
||||
import { echo,$ } from "zx";
|
||||
|
||||
echo("开始构建 production ...");
|
||||
echo("当前所在的目录是:", process.cwd());
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env zx
|
||||
|
||||
import { os, echo, path, fs, $ } from "zx";
|
||||
|
||||
const platform = os.platform();
|
||||
|
||||
echo("开始构建 development ...");
|
Loading…
Reference in New Issue