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 b468f88 commit 4db06f4Copy full SHA for 4db06f4
1 file changed
.github/workflows/build-release.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Copy third-party dependencies to lib/ directory
62
run: |
63
cp vendor/fredericpetit/highlightjs-composer/assets/js/highlight.min.js lib/highlight.min.js
64
- cp node_modules/pako/dist/browser/pako_inflate.esm.min.mjs lib/pako_inflate.min.js
+ cp node_modules/pako/dist/pako_inflate.min.js lib/pako_inflate.min.js
65
66
- name: Clean release
67
0 commit comments