Skip to content

Commit

Permalink
ensure new lines for consistency in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Jan 21, 2022
1 parent a44b75a commit a405fad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ cp -rf ./build/ $outdir

# Wait for all the scripts to finish
wait

1 change: 1 addition & 0 deletions scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ prettierArgs+=($@)
yarn prettier "${prettierArgs[@]}"

popd > /dev/null

1 change: 1 addition & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jestArgs+=($@)

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

0 comments on commit a405fad

Please sign in to comment.