Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
add leftover script updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 17, 2022
1 parent 2f742a4 commit 86279cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tasks:
- init: |
npx pnpm install
npx pnpm stub
npx pnpm build:stub
command: npx pnpm play
ports:
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"dev": "yarn gendocs && nuxi dev",
"build": "yarn gendocs && nuxi generate",
"build:ci": "cd .. && corepack enable && pnpm install && pnpm stub && cd docs && yarn build",
"build:ci": "cd .. && corepack enable && pnpm install && pnpm build:stub && cd docs && yarn build",
"gendocs": "jiti ./scripts/gen-docs.ts"
},
"devDependencies": {
Expand Down

0 comments on commit 86279cb

Please sign in to comment.