From 83a3ffaf26f12ff25b1fc7127fb77dd321715736 Mon Sep 17 00:00:00 2001 From: Marty McGee Date: Sat, 3 Sep 2022 12:26:29 -0700 Subject: [PATCH] v0.0.10 threed: node + apollo + vite + next --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a557b8a..064c8ca 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "_____________5": "_____________________________________", "test": "echo \"Node Error: no 'test' command specified\" && exit 1", "_____________6": "_____________________________________", - "yarn:lint": "yarn prettier && yarn eslint", + "pnpm:lint": "pnpm next:prettier && pnpm next:eslint", "_____________7": "_____________________________________", "next:eslint": "next lint --fix --dir src", "next:prettier": "prettier -l \"./src/**/*.{js,jsx,md}\"",