Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
add running build
Browse files Browse the repository at this point in the history
  • Loading branch information
ar90n committed Mar 3, 2024
1 parent b36feb6 commit ee67bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/run_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
TARGET=$1
echo "Running tests for ${TARGET}"
npm --prefix /serverless-s3-local install
npm --prefix /serverless-s3-local -w serverless-s3-local run build
npm --prefix /serverless-s3-local -w ${TARGET} install
npm --prefix /serverless-s3-local -w ${TARGET} run start &
/serverless-s3-local/test/wait-for-it.sh -t 600 localhost:3000 -- npm --prefix /serverless-s3-local -w ${TARGET} run test
/serverless-s3-local/test/wait-for-it.sh -t 600 localhost:3000 -- npm --prefix /serverless-s3-local -w ${TARGET} run test

0 comments on commit ee67bf4

Please sign in to comment.