Commit 138d7879 authored by tywldx's avatar tywldx

f

parent b79fa9fc
...@@ -18,7 +18,7 @@ cd $project_path/$project ...@@ -18,7 +18,7 @@ cd $project_path/$project
package_check_file=`find ./ -maxdepth 1 -name "package.json"` package_check_file=`find ./ -maxdepth 1 -name "package.json"`
if [ -n "$package_check_file" ];then if [ -n "$package_check_file" ];then
item=`diff -qrs $file1 $file2` item=`diff -qrs package.json package_diff.json`
if [[ $item =~ "identical" ]]; then if [[ $item =~ "identical" ]]; then
echo "本次package无变更" echo "本次package无变更"
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment