Skip to content

Commit 22d14f1

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent 20cf35a commit 22d14f1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,4 @@ packages/*.metadata.json
5656
packages/angular
5757
packages/typings
5858

59-
/blueprint.md
60-
61-
demo/platforms
59+
/blueprint.md

.yarnrc.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
compressionLevel: mixed
2+
13
nmHoistingLimits: workspaces
24

35
nodeLinker: node-modules
46

5-
yarnPath: tools/.yarn/releases/yarn-3.6.4.cjs
7+
yarnPath: tools/.yarn/releases/yarn-4.0.1.cjs

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
1111
"commitmsg": "commitlint -e $GIT_PARAMS",
1212
"postinstall": "npm run setup",
13-
"publish": "npm run setup && npm run clean && npm run build.all && npm run readme && npm run doc && npm run commit_readme_doc_changes ; lerna publish",
13+
"publish": "npm run setup && npm run clean && npm run build.all && npm run readme && npm run doc && npm run commit_readme_doc_changes && lerna publish",
1414
"readme": "lerna run readme && node ./tools/readme.js",
1515
"setup": "npm run submodules && ts-patch install",
1616
"start": "./node_modules/.bin/ntl -A -s 15 -o",
@@ -19,7 +19,7 @@
1919
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
2020
"update": "node ./tools/update.js",
2121
"doc": "node tools/builddoc.mjs",
22-
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\""
22+
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
2323
},
2424
"repository": {
2525
"type": "git",

0 commit comments

Comments
 (0)