Skip to content

Commit

Permalink
example-get-started: update deploy.sh diff files
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum authored and dberenbaum committed Dec 2, 2022
1 parent 8c1d156 commit 2246e25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example-get-started/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ if [ $PROD == 'prod' ]; then
cmp $PACKAGE $TEST_PACKAGE # Expected output: nothing
rm -f $TEST_PACKAGE
cp -f $PACKAGE_DIR/README.md $TEST_DIR
cp -f $PACKAGE_DIR/.devcontainer.json $TEST_DIR
cp -f $PACKAGE_DIR/.gitattributes $TEST_DIR
diff -r $PACKAGE_DIR $TEST_DIR # Expected output: nothing
rm -fR $TEST_DIR

Expand Down

0 comments on commit 2246e25

Please sign in to comment.