Skip to content

Commit

Permalink
chore: update common files
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug authored and actions-user committed Nov 29, 2023
1 parent 20cf35a commit 22d14f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,4 @@ packages/*.metadata.json
packages/angular
packages/typings

/blueprint.md

demo/platforms
/blueprint.md
4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
compressionLevel: mixed

nmHoistingLimits: workspaces

nodeLinker: node-modules

yarnPath: tools/.yarn/releases/yarn-3.6.4.cjs
yarnPath: tools/.yarn/releases/yarn-4.0.1.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
"commitmsg": "commitlint -e $GIT_PARAMS",
"postinstall": "npm run setup",
"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",
"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",
"readme": "lerna run readme && node ./tools/readme.js",
"setup": "npm run submodules && ts-patch install",
"start": "./node_modules/.bin/ntl -A -s 15 -o",
Expand All @@ -19,7 +19,7 @@
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
"update": "node ./tools/update.js",
"doc": "node tools/builddoc.mjs",
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\""
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 22d14f1

Please sign in to comment.