File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ const scripts = {
2929 "generated" : `ui5nps-script "${ LIB } /rimraf/rimraf.js src/generated` ,
3030 "dist" : `ui5nps-script "${ LIB } /rimraf/rimraf.js dist` ,
3131 } ,
32+ lint : `` ,
3233 generate : "ui5nps clean build.i18n integrate copy generateAssetParameters generateVersionInfo generateStyles generateFontFace build.jsonImports" ,
3334 prepare : "ui5nps clean build.i18n integrate copy generateAssetParameters generateVersionInfo generateStyles generateFontFace typescript integrate.no-remaining-require build.jsonImports" ,
3435 typescript : "tsc -b" ,
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const scripts = {
1818 "generated" : `ui5nps-script "${ LIB } /rimraf/rimraf.js src/generated` ,
1919 "dist" : `ui5nps-script "${ LIB } /rimraf/rimraf.js dist` ,
2020 } ,
21+ lint : `` ,
2122 generate : "ui5nps clean copy.used-modules copy.cldr copy.overlay build.amd-to-es6 build.jsonImports" ,
2223 build : {
2324 "default" : "ui5nps clean copy.used-modules copy.cldr copy.overlay build.amd-to-es6 build.jsonImports build.typescript build.no-remaining-require" ,
Original file line number Diff line number Diff line change @@ -82,7 +82,9 @@ const getScripts = (options) => {
8282 "generated" : `ui5nps-script "${ LIB } /rimraf/rimraf.js src/generated` ,
8383 "dist" : `ui5nps-script "${ LIB } /rimraf/rimraf.js dist` ,
8484 } ,
85- generate : {
85+ lint : `` ,
86+ lintfix : `` ,
87+ generate : {
8688 default : `ui5nps prepare.all` ,
8789 all : `ui5nps-p build.i18n prepare.styleRelated copyProps build.illustrations` , // concurently
8890 styleRelated : "ui5nps build.styles build.jsonImports build.jsImports" ,
You can’t perform that action at this time.
0 commit comments