From da3351c4f3ef2873a13bacf2fb9ed985fdc8bf02 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Wed, 12 Aug 2020 15:09:29 +0530 Subject: [PATCH] access public --- lerna.json | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 7d35b87525..b307e6dba7 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,6 @@ "version": "independent", "command": { "publish": { - "skipGit": true, "ignoreChanges": ["ignored-file", "*.md"], "message": "remix-libs(release): publish version" } diff --git a/package.json b/package.json index 96d37b4872..a63949fdb0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "lint:libs": "nx run-many --target=lint --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver", "build:libs": "nx run-many --target=build --parallel=false --with-deps=true --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver", "test:libs": "nx run-many --target=test --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver", - "publish:libs": "npm run build:libs; lerna publish", + "publish:libs": "npm run build:libs; lerna publish --skip-git --access public", "browsertest": "sleep 5 && npm run nightwatch_local", "csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='apps/remix-ide/assets/css/font-awesome.min.css' apps/remix-ide/assets/css/", "downloadsolc_root": "wget --no-check-certificate https://solc-bin.ethereum.org/bin/soljson-v0.6.6+commit.6c089d02.js -O ./apps/remix-ide/soljson.js",