mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
chore: use yarn workspaces iterator
This commit is contained in:
parent
394c98a619
commit
4703549a67
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue