chore: Fix yarn workspace

This commit is contained in:
강동윤 (Donny) 2024-05-28 23:59:47 +09:00
parent 717588d7d6
commit 2406b8873d
3 changed files with 3293 additions and 51 deletions

View File

@ -10,6 +10,5 @@
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {}
}
}

View File

@ -4,7 +4,8 @@
"private": true,
"workspaces": [
"./packages/*",
"bindings/*"
"./bindings/*",
"./bindings/binding_core_wasm/*"
],
"scripts": {
"changelog": "git cliff --output CHANGELOG.md",

3338
yarn.lock

File diff suppressed because it is too large Load Diff