Skip to content

Commit

Permalink
[issue-#175-support-deno-doc] use &&
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Apr 15, 2020
1 parent 40edf4e commit fe739fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions console/tests
Expand Up @@ -3,9 +3,9 @@
(
export DRASH_PROCESS="test"
export DRASH_ROOT_DIR=$PWD
deno --allow-net --allow-read --allow-write --allow-env tests/test.ts
cd example_app
deno --allow-net --allow-read --allow-write --allow-env app_test.ts
deno --allow-net --allow-read --allow-write --allow-env app_two_test.ts
cd -
deno --allow-net --allow-read --allow-write --allow-env tests/test.ts \
&& cd example_app \
&& deno --allow-net --allow-read --allow-write --allow-env app_test.ts \
&& deno --allow-net --allow-read --allow-write --allow-env app_two_test.ts \
&& cd -
)

0 comments on commit fe739fb

Please sign in to comment.