hexo-theme-shokax 0.4.6-dev1 → 0.4.6-dev2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/toolbox/lib.mjs +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-shokax",
3
- "version": "0.4.6-dev1",
3
+ "version": "0.4.6-dev2",
4
4
  "description": "a hexo theme based on shoka",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/theme-shoka-x/hexo-theme-shokaX",
package/toolbox/lib.mjs CHANGED
@@ -22,6 +22,7 @@ async function checkFileAccessible(file) {
22
22
  }
23
23
 
24
24
  export async function hoistDeps() {
25
+ console.log(process.cwd())
25
26
  let pm
26
27
  if (await checkFileAccessible('pnpm-lock.yml') || await checkFileAccessible('pnpm-lock.yaml') || await checkFileAccessible('enable_pnpm')) {
27
28
  pm = "pnpm add"