feat(ci): build frontend docker images (#588)
This commit is contained in:
@@ -31,7 +31,7 @@ COPY scripts/ ./scripts/
|
||||
RUN find . -name "*.sh" -type f -exec dos2unix {} \;
|
||||
|
||||
# Install all dependencies
|
||||
RUN rush install
|
||||
RUN chmod +x scripts/hooks/post-rush-install.sh && rm -rf /app/common/temp && rush install
|
||||
|
||||
# Use rush build to build the specific project
|
||||
RUN rush build --to @coze-studio/app
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"target": "es2018"
|
||||
},
|
||||
"watchOptions": {
|
||||
"fallbackPolling": "dynamicPriorityPolling",
|
||||
"fallbackPolling": "dynamicpriority",
|
||||
"synchronousWatchDirectory": false,
|
||||
"watchDirectory": "useFsEvents",
|
||||
"watchFile": "useFsEventsOnParentDirectory",
|
||||
|
||||
Reference in New Issue
Block a user