Skip to content

Commit

Permalink
Update package.json scripts to use npx wrangler
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 committed Nov 6, 2023
1 parent 1d520af commit 1910893
Showing 1 changed file with 2 additions and 2 deletions.
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 1910893

Please sign in to comment.