Skip to content

Commit

Permalink
chore: minify themes css (#34824)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 1, 2022
1 parent 1e06f6c commit dd13e80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
key: lock-${{ github.sha }}

- name: create package-lock.json
run: npm i --package-lock-only --ignore-scripts --force
run: npm i --package-lock-only --ignore-scripts

- name: hack for single file
run: |
Expand Down Expand Up @@ -402,4 +402,4 @@ jobs:
run: npm test
env:
LIB_DIR: ${{ matrix.module }}
needs: compile
needs: compile
1 change: 1 addition & 0 deletions site/bisheng.config.js
Expand Up @@ -87,6 +87,7 @@ module.exports = {
};
} else if (process.env.ESBUILD) {
// use esbuild
config.optimization.minimize = true;
config.optimization.minimizer = [
new ESBuildMinifyPlugin({
target: 'es2015',
Expand Down

0 comments on commit dd13e80

Please sign in to comment.