Skip to content

Commit 6c981fc

Browse files
Merge pull request #932 from nextcloud/ci/noid/terser-definition-stable32
ci: Add terser-webpack-plugin to the dev dependency definition
2 parents d505090 + 78e1649 commit 6c981fc

9 files changed

Lines changed: 70 additions & 117 deletions

.github/workflows/node.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ jobs:
8686
npm ci
8787
npm run build --if-present
8888
89+
- name: Reset source maps
90+
# Source map `mappings` are non-deterministic across different build environments
91+
# Reset tracked .map files so only JS and license changes are checked.
92+
run: git checkout -- '*.js.map' 2>/dev/null || true
93+
8994
- name: Check build changes
9095
run: |
9196
bash -c "[[ ! \"`git status --porcelain `\" ]] || (echo 'Please recompile and commit the assets, see the section \"Show changes on failure\" for details' && exit 1)"

js/app_api-adminSettings.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/app_api-adminSettings.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/app_api-filesplugin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/app_api-filesplugin.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/app_api-node_modules_nextcloud_dialogs_dist_chunks_index-C1azEbgd_mjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/app_api-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CDU2njOJ_mjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)