Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobMGEvans committed Sep 1, 2023
1 parent 11f7a7d commit b14ffbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "wrangler dev -j",
"build": "wrangler deploy -j --dry-run --outdir=./dist",
"type:check": "tsc --noEmit",
"nuke": "rm -rf .turbo .wrangler dist node_modules"
"clean": "rm -rf .turbo .wrangler dist node_modules"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
Expand Down

0 comments on commit b14ffbd

Please sign in to comment.