From 9fca8ed2604fc43991f7d788ab0c412a4b907acc Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Wed, 28 Dec 2022 13:45:40 -0800 Subject: [PATCH] chore: fix lint --- bin/build-vercel-json.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-vercel-json.js b/bin/build-vercel-json.js index bb4b3d25..609d36bd 100644 --- a/bin/build-vercel-json.js +++ b/bin/build-vercel-json.js @@ -21,7 +21,7 @@ const JSON_TEMPLATE = { github: { silent: true }, - "buildCommand": "yarn build", + buildCommand: 'yarn build', routes: [ { src: '^/service-worker\\.js$',