From 79dd12999c034225c19f8567389c67f5f175bfb9 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 22 Mar 2024 14:45:32 +0700 Subject: [PATCH] build: set root workspace name to `root` (#246) --- package.json | 1 + yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f48bc0e..109463a 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "name": "root", "private": true, "type": "module", "scripts": { diff --git a/yarn.lock b/yarn.lock index 2359ed0..c8a85b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3851,9 +3851,9 @@ __metadata: languageName: node linkType: hard -"root-workspace-0b6124@workspace:.": +"root@workspace:.": version: 0.0.0-use.local - resolution: "root-workspace-0b6124@workspace:." + resolution: "root@workspace:." dependencies: "@actions/core": "npm:^1.10.1" "@actions/exec": "npm:^1.1.1"