mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
chore: pnpm support (#199)
* feat: initial pnpm support * feat: lock files * fix: github actions * fix: lerna bootstrap * fix: lerna useWorkspaces * fix: lerna no ci * fix: lint * fix: audit * chore: changeset * fix: publish action
This commit is contained in:
Generated
+13
@@ -0,0 +1,13 @@
|
||||
lockfileVersion: '6.0'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
dependencies:
|
||||
'@bbob/core':
|
||||
specifier: workspace:*
|
||||
version: link:../bbob-core
|
||||
'@bbob/plugin-helper':
|
||||
specifier: workspace:*
|
||||
version: link:../bbob-plugin-helper
|
||||
Reference in New Issue
Block a user