refactor: add icons package (#1078)

This commit is contained in:
Mo
2022-06-09 14:55:00 -05:00
committed by GitHub
parent e15441c8f7
commit 640e9a9c07
250 changed files with 3317 additions and 2507 deletions

View File

@@ -11,15 +11,15 @@
"node": ">=12.19.0 <17.0.0"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"lint": "lerna run lint --parallel",
"test": "lerna run test --parallel",
"clean": "lerna run clean",
"build": "lerna run build",
"build:web": "lerna run build --scope=@standardnotes/web",
"build:icons": "lerna run build --scope=@standardnotes/icons",
"build:toast": "lerna run build --scope=@standardnotes/toast",
"build:styles": "lerna run build --scope=@standardnotes/styles",
"build:web:front": "yarn build:toast && yarn build:styles && yarn build:web",
"build:web": "lerna run build --scope=@standardnotes/web",
"build:web:front": "yarn build:icons && yarn build:toast && yarn build:styles && yarn build:web",
"build:web:back": "lerna run build --scope=@standardnotes/web-server",
"build:web:all": "yarn build:web:front && yarn build:web:back",
"start:server:web": "lerna run start --scope=@standardnotes/web-server",
@@ -42,7 +42,7 @@
"@typescript-eslint/parser": "^5.20.0",
"eslint": "^8.17.0",
"husky": "^7.0.4",
"lerna": "^3.22.1",
"lerna": "^5.1.1",
"lint-staged": "^13.0.1",
"prettier": "^2.6.2",
"typescript": "^4.7.3",