chore: fix components publish

This commit is contained in:
Mo
2022-06-14 16:36:06 -05:00
parent bd9f0e39d3
commit 8c8c2dc009
624 changed files with 51550 additions and 7 deletions

View File

@@ -11,8 +11,8 @@
"node": ">=12.19.0 <17.0.0"
},
"scripts": {
"lint": "yarn workspaces foreach --parallel --verbose run lint",
"test": "yarn workspaces foreach --parallel --verbose run test",
"lint": "yarn workspaces foreach -pt --parallel --jobs 10 --verbose run lint",
"test": "yarn workspaces foreach -pt --parallel --jobs 10 --verbose run test",
"clean": "lerna run clean",
"build:all": "yarn workspaces foreach -pt --verbose run build",
"build:web": "yarn workspaces foreach -pt --verbose -R --from @standardnotes/web run build",