fix: don't use brackets for single option glob, fix OS sync action (#26058)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user