Skip to content

Commit d3e93a4

Browse files
committed
chore: build.watch command
1 parent 4f71387 commit d3e93a4

File tree

16 files changed

+17
-1
lines changed

16 files changed

+17
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"license": "ISC",
1414
"scripts": {
1515
"build": "lerna run build",
16+
"build.watch": "lerna run build.watch",
1617
"build.all": "lerna run build.all",
1718
"build.angular": "lerna run build.angular",
1819
"clean": "rimraf 'packages/**/*.d.ts' 'packages/**/*.js' 'packages/**/*.js.map' 'packages/**/*.metadata.json' 'packages/**/*.ngsummary.json' 'packages/**/*.mjs' 'packages/**/*.mjs.map' 'packages/**/node_modules' 'packages/**/angular/package.json' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",

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+
"build.watch": "npm run tsc -- -w",
1213
"build.win": "npm run tsc-win",
1314
"build.all": "npm run build && npm run build.angular",
1415
"build.all.win": "npm run build.win && npm run build.angular.win",

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+
"build.watch": "npm run tsc -- -w",
1819
"build.win": "npm run tsc-win",
1920
"build.all": "npm run build && npm run build.angular",
2021
"build.all.win": "npm run build.win && npm run build.angular.win",

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+
"build.watch": "npm run tsc -- -w",
1819
"build.win": "npm run tsc-win",
1920
"build.all": "npm run build && npm run build.angular",
2021
"build.all.win": "npm run build.win && npm run build.angular.win",

packages/bottomsheet/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/bottomsheet/bottomsheet.d.ts ./ && ../../node_modules/.bin/tsc -d",
1010
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\bottomsheet\\bottomsheet.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc -d",
1111
"build": "npm run tsc",
12+
"build.watch": "npm run tsc -- -w",
1213
"build.win": "npm run tsc-win",
1314
"build.all": "npm run build && npm run build.angular",
1415
"build.all.win": "npm run build.win && npm run build.angular.win",

packages/button/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"tsc": "../../node_modules/.bin/cpy ../../src/button/button.d.ts ./ && ../../node_modules/.bin/tsc -d",
1010
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\button\\button.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc -d",
1111
"build": "npm run tsc",
12+
"build.watch": "npm run tsc -- -w",
1213
"build.win": "npm run tsc-win",
1314
"build.all": "npm run build && npm run build.angular",
1415
"build.all.win": "npm run build.win && npm run build.angular.win",
@@ -49,4 +50,4 @@
4950
"@nativescript-community/ui-material-core": "^6.2.15"
5051
},
5152
"gitHead": "f4a17600487dd826a4a581f2ebde8cf6457710ca"
52-
}
53+
}

packages/cardview/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/cardview/cardview.d.ts ./ && ../../node_modules/.bin/tsc -d",
1010
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\cardview\\cardview.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc -d",
1111
"build": "npm run tsc",
12+
"build.watch": "npm run tsc -- -w",
1213
"build.win": "npm run tsc-win",
1314
"build.all": "npm run build && npm run build.angular",
1415
"build.all.win": "npm run build.win && npm run build.angular.win",

packages/floatingactionbutton/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/floatingactionbutton/floatingactionbutton.d.ts ./ && ../../node_modules/.bin/tsc -d",
1010
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\floatingactionbutton\\floatingactionbutton.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc -d",
1111
"build": "npm run tsc",
12+
"build.watch": "npm run tsc -- -w",
1213
"build.win": "npm run tsc-win",
1314
"build.all": "npm run build && npm run build.angular",
1415
"build.all.win": "npm run build.win && npm run build.angular.win",

packages/progress/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/progress/progress.d.ts ./ && ../../node_modules/.bin/tsc -d",
1010
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\progress\\progress.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc -d",
1111
"build": "npm run tsc",
12+
"build.watch": "npm run tsc -- -w",
1213
"build.win": "npm run tsc-win",
1314
"build.all": "npm run build && npm run build.angular",
1415
"build.all.win": "npm run build.win && npm run build.angular.win",

packages/ripple/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/ripple/ripple.d.ts ./ && ../../node_modules/.bin/tsc -d",
1010
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\ripple\\ripple.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc -d",
1111
"build": "npm run tsc",
12+
"build.watch": "npm run tsc -- -w",
1213
"build.win": "npm run tsc-win",
1314
"build.all": "npm run build && npm run build.angular",
1415
"build.all.win": "npm run build.win && npm run build.angular.win",

0 commit comments

Comments
 (0)