From b62c2676fc8df1fa8bac639c0885fa4ca9d900f2 Mon Sep 17 00:00:00 2001 From: vbinithyanandamv Date: Wed, 8 Nov 2023 12:19:06 +0530 Subject: [PATCH] npm publish --- .browserslistrc | 3 +-- .circleci/config.yml | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.browserslistrc b/.browserslistrc index 2c90ae7e7..ba2960e1c 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -1,2 +1 @@ -> 0.25% -not dead +>0.25%, defaults, fully supports es6-module, maintained node versions \ No newline at end of file diff --git a/.circleci/config.yml b/.circleci/config.yml index ff932cdb4..b1011ceae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,18 +9,6 @@ commands: npmbuild: description: "NPM install any visual editor based on path" steps: - - run: - ## echo 'export buildNumber=$(date +"%y%m%d%H%M")' >> $BASH_ENV - name: 'Avoid CI build' - command: | - echo $CIRCLE_SHA1 - echo $CIRCLE_PROJECT_USERNAME - git log --format=oneline -n 1 $CIRCLE_SHA1 | tee commitmsg - if grep -q publish commitmsg; then - echo "publish" - else - circleci-agent step halt - fi - run: name: 'Update NPM auth token' command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" | tee .npmrc