Skip to content

Commit

Permalink
fix: package
Browse files Browse the repository at this point in the history
  • Loading branch information
IITII committed Mar 9, 2023
1 parent 564651c commit 2247c1f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
run: |
export PIC_DEPLOY_DIR=/pic_online
npm install
set -x
ls node_modules/vue-waterfall-plugin-next
ls node_modules/vue-waterfall-plugin-next/dist/style.css
cat node_modules/vue-waterfall-plugin-next/package.json
set +x
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
- name: Install dependencies 🔧
run: |
npm install
set -x
ls node_modules/vue-waterfall-plugin-next
ls node_modules/vue-waterfall-plugin-next/dist/style.css
cat node_modules/vue-waterfall-plugin-next/package.json
set +x
- name: Package Artifact 🎁
run: |
export PIC_DEPLOY_DIR=${{ matrix.deploy_dir }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vue": "^3.0.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.0",
"vue-waterfall-plugin-next": "^2.1.11",
"vue-waterfall-plugin-next": "^2.2.0",
"vue3-highlightjs": "^1.0.5",
"vuex": "^4.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/waterfall/PicWaterfall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import PicViewer from 'components/commons/PicViewer'
// import VueWaterfall from 'vue3-waterfall'
// import 'vue3-waterfall/dist/style.css'
import {LazyImg, Waterfall as VueWaterfall} from 'vue-waterfall-plugin-next'
import 'vue-waterfall-plugin-next/style.css'
import 'vue-waterfall-plugin-next/dist/style.css'
let self = null,
viewer = null,
Expand Down

0 comments on commit 2247c1f

Please sign in to comment.