chore: use yarn workspaces iterator

This commit is contained in:
Mo 2022-06-12 21:50:48 -05:00
parent 394c98a619
commit 4703549a67
No known key found for this signature in database
GPG key ID: 034B13B1644297E1

View file

@ -12,8 +12,8 @@
"node": ">=12.19.0 <17.0.0"
},
"scripts": {
"lint": "lerna run lint --parallel",
"test": "lerna run test --parallel",
"lint": "yarn workspaces foreach --parallel run lint",
"test": "yarn workspaces foreach --parallel run test",
"clean": "lerna run clean",
"build": "yarn workspaces foreach -pt run build",
"build:icons": "yarn workspace @standardnotes/icons build",