Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
feat: version 2 here
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev authored Apr 12, 2020
1 parent a60e156 commit 51ceca7
Show file tree
Hide file tree
Showing 161 changed files with 12,837 additions and 1,027 deletions.
25 changes: 25 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2.1
orbs:
yarn-berry: checkmoney/yarn-berry@1.0.0
npm: checkmoney/npm@1.0.0
workflows:
version: 2
build:
jobs:
- yarn-berry/local:
name: eslint
command: "lint:code"
filters:
branches:
only: /.*/
tags:
only: /.*/
- npm/publish:
npm_token: NPM_TOKEN
filters:
branches:
ignore: /.*/
tags:
only: /.*/
requires:
- "eslint"
1 change: 0 additions & 1 deletion .eslintrc.js

This file was deleted.

3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
yarn.lock
*.log
Loading

0 comments on commit 51ceca7

Please sign in to comment.