Skip to content

Commit 7a9f9dc

Browse files
author
farfromrefug
committed
chore: project
1 parent 7e9bd08 commit 7a9f9dc

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ Pods
5252
/packages/README.md
5353
packages/**/*js.map
5454
packages/**/*js
55-
packages/**/angular/*.json
56-
packages/*.ngsummary.json
57-
packages/*.metadata.json
5855
packages/angular
5956
packages/typings
57+
packages/**/angular/*.json
58+
packages/**/*.ngsummary.json
59+
packages/**/*.metadata.json
60+
61+
.vscode/settings.json
6062

6163
/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
"sync": "node ./tools/sync.js",
3131
"update": "node ./tools/update.js",
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)