Skip to content

Commit 016a66b

Browse files
author
farfromrefug
committed
chore: project
1 parent 28dde23 commit 016a66b

File tree

9 files changed

+330
-1354
lines changed

9 files changed

+330
-1354
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Pods
5252
/packages/README.md
5353
packages/**/*js.map
5454
packages/**/*js
55-
packages/angular
5655
packages/typings
57-
packages/**/angular/*.json
56+
packages/**/angular
5857
packages/**/*.ngsummary.json
5958
packages/**/*.metadata.json
6059

6160
.vscode/settings.json
6261

6362
/blueprint.md
64-
*.tsbuildinfo
63+
64+
*.tsbuildinfo

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ public-hoist-pattern[]=*eslint*
33
public-hoist-pattern[]=source-map-support
44
public-hoist-pattern[]=ts-patch
55
public-hoist-pattern[]=typescript
6-
public-hoist-pattern[]=cpy-cli
6+
public-hoist-pattern[]=copyfiles
77
strict-peer-dependencies=false
88
shell-emulator=true
99
auto-install-peers=false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build.all": "lerna run build.all",
1717
"build.angular": "lerna run build.angular",
1818
"build.win": "lerna run build-win",
19-
"clean": "rimraf -g 'packages/**/*.d.ts' 'packages/**/*.tsbuildinfo' 'packages/**/*.mjs' 'packages/**/*.js.map' 'packages/**/*.mjs.map' 'packages/**/*.metada' 'packages/**/angular/ng-package.json'",
19+
"clean": "rimraf -g 'packages/**/*.d.ts' 'packages/**/*.tsbuildinfo' 'packages/**/*.js' 'packages/**/*.mjs' 'packages/**/*.js.map' 'packages/**/*.mjs.map' 'packages/**/*.metada' 'packages/**/angular/ng-package.json'",
2020
"fullclean": "npm run clean && rimraf -g 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
2121
"commitmsg": "commitlint -e $GIT_PARAMS",
2222
"demo.ng.android": "cd ./demo-ng && ns run android --no-hmr --env.watchNodeModules",

packages/alignedflowlayout/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"scripts": {
1414
"build": "npm run tsc && npm run readme",
1515
"build.all": "npm run build",
16-
"readme": "readme generate -c ../../tools/readme/blueprint.json",
17-
"tsc": "cpy '**/*.d.ts' '../../packages/alignedflowlayout' --parents --cwd=../../src/alignedflowlayout && tsc --build",
18-
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
16+
"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",
18+
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react"
1919
},
2020
"nativescript": {
2121
"platforms": {

packages/collectionview/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"scripts": {
1010
"build": "npm run tsc && npm run readme",
1111
"build.all": "npm run build && npm run build.angular",
12-
"build.angular": "ng-packagr -p ../../src/collectionview/angular/ng-package.json -c ../../src/collectionview/angular/tsconfig.json && rm angular/.npmignore",
13-
"readme": "readme generate -c ../../tools/readme/blueprint.json",
14-
"tsc": "cpy '**/*.d.ts' '../../packages/collectionview' --parents --cwd=../../src/collectionview && tsc --build",
15-
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
12+
"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",
14+
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react",
15+
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/collectionview/angular/ng-package.json -c ../../src/collectionview/angular/tsconfig.json && rm angular/.npmignore"
1616
},
1717
"nativescript": {
1818
"platforms": {

packages/swipemenu/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"scripts": {
1414
"build": "npm run tsc && npm run readme",
1515
"build.all": "npm run build && npm run build.angular",
16-
"build.angular": "ng-packagr -p ../../src/swipemenu/angular/ng-package.json -c ../../src/swipemenu/angular/tsconfig.json && rm angular/.npmignore",
17-
"readme": "readme generate -c ../../tools/readme/blueprint.json",
18-
"tsc": "cpy '**/*.d.ts' '../../packages/swipemenu' --parents --cwd=../../src/swipemenu && tsc --build",
19-
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
16+
"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",
18+
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react",
19+
"build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/swipemenu/angular/ng-package.json -c ../../src/swipemenu/angular/tsconfig.json && rm angular/.npmignore"
2020
},
2121
"nativescript": {
2222
"platforms": {

packages/waterfall/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"scripts": {
1414
"build": "npm run tsc && npm run readme",
1515
"build.all": "npm run build",
16-
"readme": "readme generate -c ../../tools/readme/blueprint.json",
17-
"tsc": "cpy '**/*.d.ts' '../../packages/waterfall' --parents --cwd=../../src/waterfall && tsc --build",
18-
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
16+
"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",
18+
"clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react"
1919
},
2020
"nativescript": {
2121
"platforms": {

0 commit comments

Comments
 (0)