Skip to content

Commit

Permalink
fix: pnpm build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Feb 24, 2024
1 parent f592e36 commit 99878fa
Show file tree
Hide file tree
Showing 7 changed files with 2,591 additions and 2,076 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
node-version: 18
cache: pnpm

- name: Build VitePress site
run: |
pnpm install
pnpm build
- name: Build site
run: pnpm build

- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
Expand Down
94 changes: 47 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"name": "hulitool",
"private": true,
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.5",
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@types/crypto-js": "^4.1.1",
"@types/file-saver": "^2.0.5",
"@types/js-beautify": "^1.13.3",
"@types/node": "^20.4.5",
"@types/ua-parser-js": "^0.7.36",
"axios": "^1.4.0",
"codemirror": "^6.0.1",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"element-plus": "^2.3.8",
"file-saver": "^2.0.5",
"js-base64": "^3.7.5",
"js-beautify": "^1.14.8",
"mdui": "^1.0.2",
"pinia": "^2.1.4",
"pinia-plugin-persistedstate": "^3.1.0",
"png2icons": "^2.0.1",
"qrcode.vue": "3.X",
"ua-parser-js": "^1.0.35",
"vue": "^3.2.47",
"vue-clipboard2": "^0.3.3",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.2.2",
"vue2-datepicker": "^3.11.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vue-tsc": "^1.4.2"
}
}
"name": "hulitool",
"private": true,
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.5",
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@types/crypto-js": "^4.1.1",
"@types/file-saver": "^2.0.5",
"@types/js-beautify": "^1.13.3",
"@types/node": "^20.4.5",
"@types/ua-parser-js": "^0.7.36",
"axios": "^1.4.0",
"codemirror": "^6.0.1",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"element-plus": "^2.3.8",
"file-saver": "^2.0.5",
"js-base64": "^3.7.5",
"js-beautify": "^1.14.8",
"mdui": "^1.0.2",
"pinia": "^2.1.4",
"pinia-plugin-persistedstate": "^3.1.0",
"png2icons": "^2.0.1",
"qrcode.vue": "3.X",
"ua-parser-js": "^1.0.35",
"vue": "^3.2.47",
"vue-clipboard2": "^0.3.3",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.2.2",
"vue2-datepicker": "^3.11.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vue-tsc": "^1.4.2"
}
}
Loading

0 comments on commit 99878fa

Please sign in to comment.