From 08e26ece79af2a68e5a29ab02b0d75caa99ce43d Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 18 Mar 2024 13:44:18 +0700 Subject: [PATCH] build: set root workspace name to `root` --- 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"