Skip to content

Commit

Permalink
Test for apps
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhoff committed Oct 16, 2024
1 parent 3b3e141 commit c3191b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ cp test.txt $OUTPUT_DIR/index.html

python migrate.py --tiny $INPUT_DIR $MIG_DIR
sphinx-build -b html -j 4 $MIG_DIR $OUTPUT_DIR

# do we have node?
node --version

# do we have wrangler?
wrangler --version

0 comments on commit c3191b7

Please sign in to comment.