We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44b75a commit a405fadCopy full SHA for a405fad
scripts/build.sh
@@ -30,3 +30,4 @@ cp -rf ./build/ $outdir
30
31
# Wait for all the scripts to finish
32
wait
33
+
scripts/lint.sh
@@ -29,3 +29,4 @@ prettierArgs+=($@)
29
yarn prettier "${prettierArgs[@]}"
popd > /dev/null
scripts/test.sh
@@ -18,3 +18,4 @@ jestArgs+=($@)
18
19
# Execute
20
$node "$(yarn bin jest)" "${jestArgs[@]}"
21
0 commit comments