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 b89fb5c commit e175831
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clean.demo": "rimraf demo/hooks demo/node_modules demo/platforms",
"clean": "rimraf 'packages/**/*.d.ts' 'packages/**/*.js' 'packages/**/*.js.map' 'packages/**/*.metada' 'packages/**/angular/ng-package.json'",
"plugin.watch": "pnpm run tsc -- -w",
"publish": "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",
"test.android": "pnpm run build && cd ./demo && tns build android && tns test android --justlaunch",
"test.ios": "pnpm run build && cd ./demo && tns build ios && tns test ios --justlaunch",
"test.android.verbose": "pnpm run build && cd ./demo && tns build android && tns test android",
Expand All @@ -25,7 +25,7 @@
"demo.vue.clean": "cd ./demo-vue && ns clean",
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
"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\"",
"postinstall": "npm run setup",
"readme": "lerna run readme && node ./tools/readme.js",
"start": "./node_modules/.bin/ntl -A -s 15 -o",
Expand Down Expand Up @@ -75,6 +75,7 @@
"workspaces": [
"packages/*",
"demo-vue",
"demo-vue3",
"demo-ng",
"demo-svelte",
"demo-react",
Expand Down

0 comments on commit e175831

Please sign in to comment.