File tree Expand file tree Collapse file tree 15 files changed +15
-15
lines changed
nativescript-material-activityindicator
nativescript-material-bottomnavigationbar
nativescript-material-bottomsheet
nativescript-material-button
nativescript-material-cardview
nativescript-material-core
nativescript-material-dialogs
nativescript-material-floatingactionbutton
nativescript-material-progress
nativescript-material-ripple
nativescript-material-slider
nativescript-material-snackbar
nativescript-material-tabs
nativescript-material-textfield
nativescript-material-textview Expand file tree Collapse file tree 15 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 8
8
"scripts": {
9
9
"tsc": "cp ../../src/activityindicator/activityindicator.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10
10
"tsc-win": "copy ..\\..\\src\\activityindicator\\activityindicator.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
11
- "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11
+ "build": "npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
12
12
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
13
13
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
14
14
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",
Original file line number Diff line number Diff line change 14
14
"scripts": {
15
15
"tsc": "cp ../../src/bottomnavigationbar/bottomnavigationbar.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
16
16
"tsc-win": "copy ..\\..\\src\\bottomnavigationbar\\bottomnavigationbar.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
17
- "build": "npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
17
+ "build": "npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
18
18
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
19
19
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
20
20
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",
Original file line number Diff line number Diff line change 8
8
"scripts": {
9
9
"tsc": "cp ../../src/bottomsheet/bottomsheet.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10
10
"tsc-win": "copy ..\\..\\src\\bottomsheet\\bottomsheet.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
11
- "build": "npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
11
+ "build": "npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
12
12
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
13
13
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
14
14
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",
Original file line number Diff line number Diff line change 8
8
"scripts": {
9
9
"tsc": "cp ../../src/button/button.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10
10
"tsc-win": "copy ..\\..\\src\\button\\button.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
11
- "build": "npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
11
+ "build": "npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
12
12
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
13
13
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
14
14
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",
Original file line number Diff line number Diff line change 8
8
"scripts": {
9
9
"tsc": "cp ../../src/cardview/cardview.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10
10
"tsc-win": "copy ..\\..\\src\\cardview\\cardview.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
11
- "build": "npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
11
+ "build": "npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
12
12
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
13
13
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
14
14
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",
Original file line number Diff line number Diff line change 8
8
"scripts": {
9
9
"tsc": "cp ../../src/core/core.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10
10
"tsc-win": "copy ..\\..\\src\\core\\core.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
11
- "build": "npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm",
11
+ "build": "npm run tsc && ../../node_modules/.bin/rimraf ./build/esm",
12
12
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
13
13
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map android"
14
14
},
Original file line number Diff line number Diff line change 8
8
"scripts": {
9
9
"tsc": "cp ../../src/dialogs/dialogs.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10
10
"tsc-win": "copy ..\\..\\src\\dialogs\\dialogs.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
11
- "build": "npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm",
11
+ "build": "npm run tsc && ../../node_modules/.bin/rimraf ./build/esm",
12
12
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
13
13
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
14
14
},
Original file line number Diff line number Diff line change 8
8
"scripts": {
9
9
"tsc": "cp ../../src/floatingactionbutton/floatingactionbutton.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10
10
"tsc-win": "copy ..\\..\\src\\floatingactionbutton\\floatingactionbutton.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
11
- "build": "npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
11
+ "build": "npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
12
12
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
13
13
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
14
14
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",
Original file line number Diff line number Diff line change 8
8
"scripts": {
9
9
"tsc": "cp ../../src/progress/progress.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10
10
"tsc-win": "copy ..\\..\\src\\progress\\progress.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
11
- "build": "npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
11
+ "build": "npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
12
12
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
13
13
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
14
14
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",
Original file line number Diff line number Diff line change 8
8
"scripts": {
9
9
"tsc": "cp ../../src/ripple/ripple.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10
10
"tsc-win": "copy ..\\..\\src\\ripple\\ripple.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
11
- "build": "npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
11
+ "build": "npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc",
12
12
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
13
13
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
14
14
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",
You can’t perform that action at this time.
0 commit comments