We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048e784 commit 1e9bcdcCopy full SHA for 1e9bcdc
.github/workflows/staging-build-pr.yml
@@ -101,12 +101,13 @@ jobs:
101
102
- name: Delete heavy things we won't need deployed
103
run: |
104
- # Non-WIP translations we don't support yet.
105
- rm -fr translations/de* translations/ru* translations/ko* translations/ru*
106
-
107
# Not needed to run after having been built.
108
rm -fr .next/cache
109
+ # The dereferenced file is not used in runtime once the
+ # decorated file has been created from it.
+ rm -fr lib/rest/static/dereferenced
110
+
111
- name: Create an archive
112
113
tar -c --file=app.tar \
0 commit comments