1
0
mirror of synced 2025-12-30 03:01:36 -05:00

fix: don't use brackets for single option glob, fix OS sync action (#26058)

This commit is contained in:
Mike Surowiec
2022-03-09 09:17:17 -06:00
committed by GitHub
parent df9481e291
commit a186d387ca

View File

@@ -165,8 +165,8 @@ jobs:
rsync -rptovR ./user-code/components/./**/*.{ts,tsx} ./components
rsync -rptovR --ignore-missing-args ./user-code/lib/./**/*.{js,ts} ./lib
rsync -rptovR --ignore-missing-args ./user-code/middleware/./**/*.{js,ts} ./middleware
rsync -rptovR ./user-code/pages/./**/*.{tsx} ./pages
rsync -rptovR ./user-code/stylesheets/./**/*.{scss} ./stylesheets
rsync -rptovR ./user-code/pages/./**/*.tsx ./pages
rsync -rptovR ./user-code/stylesheets/./**/*.scss ./stylesheets
# In addition to making the final image smaller, we also save time by not sending unnecessary files to the docker build context
- name: 'Prune for preview env'