Skip to content

Commit 8d2364a

Browse files
author
farfromrefug
committed
chore: build fix
1 parent 3d31ee0 commit 8d2364a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/alignedflowlayout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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": {

packages/collectionview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
},

packages/swipemenu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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
},

packages/waterfall/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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": {

0 commit comments

Comments
 (0)