Skip to content

Commit e07a040

Browse files
committed
chore: lerna test
1 parent 5a25af3 commit e07a040

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lerna.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"version": "independent",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": ["packages/*"],
5+
"loglevel": "silly",
56
"npmClient": "yarn",
67
"useWorkspaces": false,
78
"command": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"core:test": "jest --config packages/core/jest.config.ts",
3131
"core:unit": "cd packages/core/__tests__ ; tsc ; mocha",
3232
"core:unit.watch": "cd packages/core/__tests__ ; tsc ; mocha --watch",
33-
"core:publish": "npm run setup:yarn && npm run core:build.full && /home/mguillon/dev/lerna-lite/packages/cli/dist/cli.js publish --scope @akylas/nativescript",
33+
"core:publish": "/home/mguillon/dev/lerna-lite/packages/cli/dist/cli.js version --scope @akylas/nativescript --conventional-commits --bump patch && npm run setup:yarn && npm run core:build.full && /home/mguillon/dev/lerna-lite/packages/cli/dist/cli.js publish --scope @akylas/nativescript",
3434
"core-compat:build": "cd packages/core-compat ; rimraf node_modules package-lock.json ; $npm_package_config_npm_alias i ; tsc -p tsconfig.json ; mv \"$(npm pack | tail -n 1)\" ../../dist/packages/tns-core-modules.tgz",
3535
"doc:build": "rimraf dist/api-reference; npx typedoc --tsconfig ./tools/scripts/tsconfig.typedoc.json",
3636
"types-ios:lint": "cd packages/types-ios ; eslint -c .eslintrc --ignore-pattern **/node_modules/** --ignore-pattern !packages/types-ios/**",

0 commit comments

Comments
 (0)