mirror of
https://github.com/swc-project/swc.git
synced 2024-11-26 09:54:22 +03:00
chore: Fix yarn workspace
This commit is contained in:
parent
717588d7d6
commit
2406b8873d
@ -10,6 +10,5 @@
|
||||
"webpack": "^4.25.1",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"webpack-dev-server": "^3.1.10"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,8 @@
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"./packages/*",
|
||||
"bindings/*"
|
||||
"./bindings/*",
|
||||
"./bindings/binding_core_wasm/*"
|
||||
],
|
||||
"scripts": {
|
||||
"changelog": "git cliff --output CHANGELOG.md",
|
||||
|
Loading…
Reference in New Issue
Block a user