Skip to content

Commit

Permalink
fix: update pnpm lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Klesse committed Aug 22, 2024
1 parent 62f0194 commit f787463
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,5 @@ jobs:
- name: Install dependencies
run: pnpm install

- run: pnpm dev:prepare

- name: Build
run: pnpm build

- name: Build Playground
run: pnpm dev:build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dev": "nuxi dev playground/nuxt-app",
"dev:generate-types": "GENERATE_TYPES=1 nuxi dev playground/nuxt-app",
"dev:build": "nuxi build playground/nuxt-app",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground/nuxt-app",
"dev:prepare": "nuxt-module-build --stub && cd ./playground/nuxt-app && npm i && nuxi prepare",
"release": "standard-version && git push --follow-tags origin main",
"release:minor": "standard-version --release-as minor && git push --follow-tags origin main",
"release:major": "standard-version --release-as major && git push --follow-tags origin main",
Expand Down

0 comments on commit f787463

Please sign in to comment.