Skip to content

Commit

Permalink
Merge pull request #14 from jill64/dev
Browse files Browse the repository at this point in the history
Add monorepo flag to test job in ci.yml
  • Loading branch information
ghost-merge[bot] authored Nov 6, 2023
2 parents fb9abe9 + 1910893 commit 2b814bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ on: push
jobs:
test:
uses: jill64/.github/.github/workflows/run-vitest.yml@main
with:
monorepo: 'true'
test-e2e:
uses: jill64/.github/.github/workflows/run-playwright.yml@main
4 changes: 2 additions & 2 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"type": "module",
"scripts": {
"build": "wrangler deploy --dry-run",
"deploy": "wrangler deploy",
"build": "npx wrangler deploy --dry-run",
"deploy": "npx wrangler deploy",
"lint": "npx eslint . && npx depcheck && tsc",
"format": "npx prettier --write ."
}
Expand Down

0 comments on commit 2b814bc

Please sign in to comment.