Skip to content

Commit 7d9e6ae

Browse files
committed
chore: disable esm current build system. Will do it better!
1 parent b6a8a3e commit 7d9e6ae

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

packages/nativescript-material-activityindicator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "cp ../../src/activityindicator/activityindicator.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1010
"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",
1212
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1313
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
1414
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",

packages/nativescript-material-bottomnavigationbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"tsc": "cp ../../src/bottomnavigationbar/bottomnavigationbar.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1616
"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",
1818
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1919
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
2020
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",

packages/nativescript-material-bottomsheet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "cp ../../src/bottomsheet/bottomsheet.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1010
"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",
1212
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1313
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
1414
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",

packages/nativescript-material-button/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "cp ../../src/button/button.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1010
"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",
1212
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1313
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
1414
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",

packages/nativescript-material-cardview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "cp ../../src/cardview/cardview.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1010
"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",
1212
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1313
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
1414
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",

packages/nativescript-material-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "cp ../../src/core/core.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1010
"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",
1212
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1313
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map android"
1414
},

packages/nativescript-material-dialogs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "cp ../../src/dialogs/dialogs.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1010
"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",
1212
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1313
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
1414
},

packages/nativescript-material-floatingactionbutton/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "cp ../../src/floatingactionbutton/floatingactionbutton.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1010
"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",
1212
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1313
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
1414
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",

packages/nativescript-material-progress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "cp ../../src/progress/progress.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1010
"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",
1212
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1313
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
1414
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",

packages/nativescript-material-ripple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "cp ../../src/ripple/ripple.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1010
"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",
1212
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1313
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
1414
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",

packages/nativescript-material-slider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "cp ../../src/slider/slider.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1010
"tsc-win": "copy ..\\..\\src\\slider\\slider.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",
1212
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1313
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
1414
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",

packages/nativescript-material-snackbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "cp ../../src/snackbar/snackbar.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1010
"tsc-win": "copy ..\\..\\src\\snackbar\\snackbar.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",
1212
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1313
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
1414
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",

packages/nativescript-material-tabs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "cp ../../src/tabs/tabs.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1010
"tsc-win": "copy ..\\..\\src\\tabs\\tabs.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",
1212
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1313
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
1414
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",

packages/nativescript-material-textfield/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "cp ../../src/textfield/textfield.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1010
"tsc-win": "copy ..\\..\\src\\textfield\\textfield.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",
1212
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1313
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
1414
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",

packages/nativescript-material-textview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "cp ../../src/textview/textview.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
1010
"tsc-win": "copy ..\\..\\src\\textview\\textview.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",
1212
"build.esm": "tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js",
1313
"ngc-win": "..\\..\\node_modules\\.bin\\ngc",
1414
"ngc": "NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc",

0 commit comments

Comments
 (0)