Fix test paths

This commit is contained in:
Christopher Schleiden
2023-01-09 08:55:29 -08:00
parent c1e226146d
commit bf1a33a148
3 changed files with 13 additions and 11 deletions
+5 -5
View File
@@ -1,11 +1,11 @@
{
"private": true,
"workspaces": [
"actions-expressions",
"actions-workflow-parser",
"actions-languageservice",
"actions-languageserver",
"browser-playground"
"./actions-expressions",
"./actions-workflow-parser",
"./actions-languageservice",
"./actions-languageserver",
"./browser-playground"
],
"devDependencies": {
"lerna": "^6.0.3"