Skip to content

Commit

Permalink
npm publish
Browse files Browse the repository at this point in the history
npm publish
  • Loading branch information
nsdevaraj authored Nov 8, 2023
2 parents 8b6faba + b62c267 commit c8a5862
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
3 changes: 1 addition & 2 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
> 0.25%
not dead
>0.25%, defaults, fully supports es6-module, maintained node versions
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8a5862

Please sign in to comment.