Skip to content

Commit

Permalink
use pathe join
Browse files Browse the repository at this point in the history
  • Loading branch information
vernaillen committed Aug 10, 2024
1 parent de6278a commit 41b8c13
Show file tree
Hide file tree
Showing 4 changed files with 790 additions and 838 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"coverage": "vitest run --coverage",
"typecheck": "vue-tsc --noEmit",
"typecheck:docs": "DOCS_TYPECHECK=true pnpm nuxi prepare && nuxt-content-twoslash verify --content-dir docs",
"release": "npm run lint; release-it --git.tagExclude='*[-edge]*'",
"release-edge": "npm run lint; release-it --no-github --preRelease=edge --config .release-it-edge.json",
"release": "pnpm run lint && pnpm run prepack; release-it --git.tagExclude='*[-edge]*'",
"release-edge": "pnpm run lint && pnpm run prepack; release-it --no-github --preRelease=edge --config .release-it-edge.json",
"wp:cli": "docker-compose up wordpress-cli",
"wp:stop": "docker-compose down",
"wp:delete": "docker-compose down --volumes --remove-orphans --rmi local && rm -rf ./wordpress/files",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@nuxt/test-utils": "^3.14.0",
"@rollup/rollup-linux-arm64-gnu": "^4.20.0",
"@rollup/rollup-linux-arm64-musl": "^4.20.0",
"@types/node": "22.1.0",
"@types/node": "22.2.0",
"@vitest/coverage-v8": "^2.0.5",
"@vue/test-utils": "^2.4.6",
"@wordpress/env": "^10.5.0",
Expand All @@ -90,6 +90,7 @@
"consola": "^3.2.3",
"graphql": "^16.9.0",
"knitwork": "^1.1.0",
"pathe": "^1.1.2",
"scule": "^1.3.0"
},
"packageManager": "pnpm@9.7.0"
Expand Down
Loading

0 comments on commit 41b8c13

Please sign in to comment.