nrwl--nx
4 行
71 B
Bash
可执行文件
4 行
71 B
Bash
可执行文件
#!/usr/bin/env bash
|
|
rm -rf build
|
|
nx run-many --target=build --parallel
|