chore: cleanup desktop scripts; use web react version for toast package

This commit is contained in:
Mo
2022-06-12 21:48:30 -05:00
parent 6642dbad51
commit 394c98a619
47 changed files with 142 additions and 388 deletions

View File

@@ -17,7 +17,6 @@
"clean": "lerna run clean",
"build": "yarn workspaces foreach -pt run build",
"build:icons": "yarn workspace @standardnotes/icons build",
"build:toast": "yarn workspace @standardnotes/toast build",
"build:styles": "yarn workspace @standardnotes/styles build",
"build:web": "yarn workspace @standardnotes/web build",
"start:server:web": "lerna run start --scope=@standardnotes/web-server",