Skip to content

Commit

Permalink
playground package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
vernaillen committed Aug 10, 2024
1 parent c7acf03 commit 35d1cd7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "pnpm run lint && pnpm run test && pnpm run prepack; release-it --git.tagExclude='*[-edge]*'",
"release-edge": "pnpm run lint && pnpm run test && pnpm run prepack; release-it --no-github --preRelease=edge --config .release-it-edge.json",
"release-edge": "pnpm run lint && pnpm run test && pnpm run prepack; release-it --preRelease=edge --config .release-it-edge.json",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
Expand Down
10 changes: 10 additions & 0 deletions playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35d1cd7

Please sign in to comment.