Skip to content

Commit 795ac61

Browse files
committed
chore: cleanup
1 parent 19b554d commit 795ac61

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/gesturehandler/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"build.win": "npm run tsc.win && npm run readme",
1111
"build.all": "npm run build",
1212
"build.all.win": "npm run build .win",
13-
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/gesturehandler/angular/package.json -c ../../src/gesturehandler/angular/tsconfig.json",
14-
"build.angular.win": "..\\..\\node_modules\\.bin\\ng-packagr -p ..\\..\\src\\gesturehandler\\angular\\package.json -c ..\\..\\src\\gesturehandler\\angular\\tsconfig.json",
15-
"readme": "../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json",
16-
"tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/gesturehandler' --parents --cwd=../../src/gesturehandler && ../../node_modules/.bin/tsc -skipLibCheck -d",
17-
"tsc.win": "..\\..\\node_modules\\.bin\\cpy '**\\*.d.ts' '..\\..\\packages\\gesturehandler' --parents --cwd=..\\..\\src\\gesturehandler && ..\\..\\node_modules\\.bin\\tsc -skipLibCheck -d",
18-
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map",
19-
"clean.win": "..\\..\\node_modules\\.bin\\rimraf .\\*.d.ts .\\*.js .\\*.js.map"
13+
"build.angular": "ng-packagr -p ../../src/gesturehandler/angular/package.json -c ../../src/gesturehandler/angular/tsconfig.json",
14+
"build.angular.win": ".ng-packagr -p ..\\..\\src\\gesturehandler\\angular\\package.json -c ..\\..\\src\\gesturehandler\\angular\\tsconfig.json",
15+
"readme": "readme generate -c ../../tools/readme/blueprint.json",
16+
"tsc": "cpy '**/*.d.ts' '../../packages/gesturehandler' --parents --cwd=../../src/gesturehandler && tsc -skipLibCheck -d",
17+
"tsc.win": ".cpy '**\\*.d.ts' '..\\..\\packages\\gesturehandler' --parents --cwd=..\\..\\src\\gesturehandler && .tsc -skipLibCheck -d",
18+
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map",
19+
"clean.win": ".rimraf .\\*.d.ts .\\*.js .\\*.js.map"
2020
},
2121
"nativescript": {
2222
"platforms": {

packages/gesturehandler/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"tns-core-modules/*": ["./node_modules/@nativescript/core/*"]
99
}
1010
},
11-
"include": ["../../src/gesturehandler/**/*", "../../references.d.ts", "../../src/references.d.ts"],
11+
"include": ["../../src/gesturehandler/**/*", "../../references.d.ts", "../../tools/references.d.ts", "../../src/references.d.ts"],
1212
"exclude": ["../../src/gesturehandler/angular/**"]
1313
}

0 commit comments

Comments
 (0)