Skip to content

Commit bfcf749

Browse files
committed
chore: project
1 parent 9da04a5 commit bfcf749

File tree

5 files changed

+4565
-6978
lines changed

5 files changed

+4565
-6978
lines changed

.gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,21 @@ packages/**/*.d.ts
4343
bin
4444
build
4545
Pods
46-
!packages/platforms
46+
!packages/*/platforms
4747
/packages/**/*.aar
48+
/packages/**/*.framework
49+
/packages/**/*.xcframework
4850
/demo-snippets/**/*.aar
4951
*.xcuserdatad
5052
/packages/README.md
5153
packages/**/*js.map
5254
packages/**/*js
53-
packages/**/angular/*.json
54-
packages/*.ngsummary.json
55-
packages/*.metadata.json
5655
packages/angular
5756
packages/typings
57+
packages/**/angular/*.json
58+
packages/**/*.ngsummary.json
59+
packages/**/*.metadata.json
60+
61+
.vscode/settings.json
5862

5963
/blueprint.md

lerna.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
"useWorkspaces": true,
99
"command": {
1010
"publish": {
11-
"cleanupTempFiles": true,
12-
"removePackageFields": [
13-
"devDependencies",
14-
"scripts"
15-
]
11+
"cleanupTempFiles": true
1612
}
1713
},
1814
"npmClientArgs": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"update": "node ./tools/update.js",
3131
"build.all": "npm run build",
3232
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
33-
"doc": "node tools/builddoc.mjs",
33+
"doc": "node tools/builddoc.js",
3434
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
3535
},
3636
"commitlint": {

0 commit comments

Comments
 (0)