Skip to content

Commit

Permalink
pnpm followup (#3899)
Browse files Browse the repository at this point in the history
* Disable `pnpm` git checks

* Update Quick Edit build script

* Add toucan-js to format-errors worker
  • Loading branch information
penalosa authored Sep 6, 2023
1 parent 0938e25 commit 7f60db2
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quick-edit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: cd packages/quick-edit && yarn setup && yarn custom:build

- name: Publish Quick Edit
run: pnpm -w packages/quick-edit run publish
run: pnpm --filter quick-edit run publish
env:
CLOUDFLARE_ACCOUNT_ID: "e35fd947284363a46fd7061634477114"
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git-checks=false
8 changes: 5 additions & 3 deletions packages/format-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
"scripts": {
"check:lint": "eslint .",
"publish": "wrangler deploy",
"build": "wrangler build",
"start": "wrangler dev"
},
"devDependencies": {
"@cloudflare/eslint-config-worker": "*",
"@cloudflare/workers-types": "^4.20230321.0",
"mustache": "^4.2.0",
"toucan-js": "^3.2.3",
"tsconfig": "*",
"typescript": "^5.0.2",
"wrangler": "workspace:*",
"zod": "^3.21.4",
"@cloudflare/eslint-config-worker": "*",
"tsconfig": "*"
"zod": "^3.21.4"
}
}
44 changes: 44 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 7f60db2

Please sign in to comment.