Merge pull request #45 from actions/lerna-config-p2

Lerna config p2
This commit is contained in:
Felipe Suero
2023-06-14 13:13:13 -04:00
committed by GitHub
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
*/node_modules
*/dist
lerna-debug.log
node_modules
.DS_Store
+7 -1
View File
@@ -1,4 +1,10 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": [
"expressions",
"workflow-parser",
"languageservice",
"languageserver"
],
"version": "0.3.5"
}
}