Skip to content

Commit a405fad

Browse files
committed
ensure new lines for consistency in scripts
1 parent a44b75a commit a405fad

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

scripts/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ cp -rf ./build/ $outdir
3030

3131
# Wait for all the scripts to finish
3232
wait
33+

scripts/lint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ prettierArgs+=($@)
2929
yarn prettier "${prettierArgs[@]}"
3030

3131
popd > /dev/null
32+

scripts/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ jestArgs+=($@)
1818

1919
# Execute
2020
$node "$(yarn bin jest)" "${jestArgs[@]}"
21+

0 commit comments

Comments
 (0)