File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 "build" : " npm run tsc && npm run readme" ,
1515 "build.all" : " npm run build" ,
1616 "readme" : " ../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json" ,
17- "tsc" : " ../../node_modules/.bin/copyfiles '../../src/alignedflowlayout/**/*.d.ts' '../../packages/alignedflowlayout' && ../../node_modules/.bin/tsc -skipLibCheck -d " ,
17+ "tsc" : " ../../node_modules/.bin/copyfiles '../../src/alignedflowlayout/**/*.d.ts' '../../packages/alignedflowlayout' && ../../node_modules/.bin/tsc --build " ,
1818 "clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react"
1919 },
2020 "nativescript" : {
Original file line number Diff line number Diff line change 1010 "build" : " npm run tsc && npm run readme" ,
1111 "build.all" : " npm run build && npm run build.angular" ,
1212 "readme" : " ../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json" ,
13- "tsc" : " ../../node_modules/.bin/copyfiles '../../src/collectionview/**/*.d.ts' '../../packages/collectionview' && ../../node_modules/.bin/tsc -skipLibCheck -d " ,
13+ "tsc" : " ../../node_modules/.bin/copyfiles '../../src/collectionview/**/*.d.ts' '../../packages/collectionview' && ../../node_modules/.bin/tsc --build " ,
1414 "clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react" ,
1515 "build.angular" : " ../../node_modules/.bin/ng-packagr -p ../../src/collectionview/angular/ng-package.json -c ../../src/collectionview/angular/tsconfig.json && rm angular/.npmignore"
1616 },
Original file line number Diff line number Diff line change 1414 "build" : " npm run tsc && npm run readme" ,
1515 "build.all" : " npm run build && npm run build.angular" ,
1616 "readme" : " ../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json" ,
17- "tsc" : " ../../node_modules/.bin/copyfiles '../../src/swipemenu/**/*.d.ts' '../../packages/swipemenu' && ../../node_modules/.bin/tsc -skipLibCheck -d " ,
17+ "tsc" : " ../../node_modules/.bin/copyfiles '../../src/swipemenu/**/*.d.ts' '../../packages/swipemenu' && ../../node_modules/.bin/tsc --build " ,
1818 "clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react" ,
1919 "build.angular" : " ../../node_modules/.bin/ng-packagr -p ../../src/swipemenu/angular/ng-package.json -c ../../src/swipemenu/angular/tsconfig.json && rm angular/.npmignore"
2020 },
Original file line number Diff line number Diff line change 1414 "build" : " npm run tsc && npm run readme" ,
1515 "build.all" : " npm run build" ,
1616 "readme" : " ../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json" ,
17- "tsc" : " ../../node_modules/.bin/copyfiles '../../src/waterfall/**/*.d.ts' '../../packages/waterfall' && ../../node_modules/.bin/tsc -skipLibCheck -d " ,
17+ "tsc" : " ../../node_modules/.bin/copyfiles '../../src/waterfall/**/*.d.ts' '../../packages/waterfall' && ../../node_modules/.bin/tsc --build " ,
1818 "clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react"
1919 },
2020 "nativescript" : {
You can’t perform that action at this time.
0 commit comments