build: set root workspace name to root (#246)

This commit is contained in:
Alfi Maulana 2024-03-22 14:45:32 +07:00 committed by GitHub
parent 801a0a790f
commit 79dd12999c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{ {
"name": "root",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

4
yarn.lock generated
View File

@ -3851,9 +3851,9 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"root-workspace-0b6124@workspace:.": "root@workspace:.":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:." resolution: "root@workspace:."
dependencies: dependencies:
"@actions/core": "npm:^1.10.1" "@actions/core": "npm:^1.10.1"
"@actions/exec": "npm:^1.1.1" "@actions/exec": "npm:^1.1.1"