Skip to content

Commit 27cd53e

Browse files
committed
chore: cleanup + yarn workspace
1 parent a233209 commit 27cd53e

30 files changed

+23
-1179
lines changed

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"packages": [
33
"packages/*"
44
],
5-
"npmClient": "npm",
5+
"npmClient": "yarn",
6+
"useWorkspaces": true,
67
"command": {
78
"publish": {
89
"conventionalCommits": true,

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"license": "ISC",
1414
"scripts": {
15+
"setup.yarn": "lerna run setup.yarn",
1516
"build": "lerna run build",
1617
"build.watch": "lerna run build.watch",
1718
"build.all": "lerna run build.all",
@@ -81,7 +82,9 @@
8182
"watch": "Watch for changes in the plugin source and re-build."
8283
}
8384
},
84-
"workspaces":["packages/*"],
85+
"workspaces": [
86+
"packages/*"
87+
],
8588
"engines": {
8689
"npm": "please use yarn or pnpm",
8790
"yarn": ">= 1.19.1",

packages/activityindicator/package-lock.json

Lines changed: 0 additions & 107 deletions
This file was deleted.

packages/activityindicator/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"tsc": "../../node_modules/.bin/cpy ../../src/activityindicator/index.d.ts ./ && ../../node_modules/.bin/tsc -d",
1010
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\activityindicator\\index.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc -d",
1111
"build": "npm run tsc",
12+
"setup.yarn": "yarn install",
1213
"build.watch": "npm run tsc -- -w",
1314
"build.win": "npm run tsc-win",
1415
"build.all": "npm run build && npm run build.angular",

packages/bottom-navigation/package-lock.json

Lines changed: 0 additions & 107 deletions
This file was deleted.

packages/bottom-navigation/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"tsc": "../../node_modules/.bin/cpy ../../src/bottom-navigation/index.d.ts ./ && ../../node_modules/.bin/tsc -d",
1616
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\bottom-navigation\\index.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc -d",
1717
"build": "npm run tsc",
18+
"setup.yarn": "yarn install",
1819
"build.watch": "npm run tsc -- -w",
1920
"build.win": "npm run tsc-win",
2021
"build.all": "npm run build && npm run build.angular",

packages/bottomnavigationbar/package-lock.json

Lines changed: 0 additions & 107 deletions
This file was deleted.

packages/bottomnavigationbar/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"tsc": "../../node_modules/.bin/cpy ../../src/bottomnavigationbar/bottomnavigationbar.d.ts ./ && ../../node_modules/.bin/tsc -d",
1616
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\bottomnavigationbar\\bottomnavigationbar.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc -d",
1717
"build": "npm run tsc",
18+
"setup.yarn": "yarn install",
1819
"build.watch": "npm run tsc -- -w",
1920
"build.win": "npm run tsc-win",
2021
"build.all": "npm run build && npm run build.angular",

0 commit comments

Comments
 (0)