Hasan Genc 5 years ago
commit db15bb8d6d
  1. 2
      .circleci/config.yml
  2. 3
      .editorconfig
  3. 1
      package.json

@ -53,7 +53,7 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- run:
name: Publish package
command: npm publish
command: npm publish --access=public
workflows:
version: 2

@ -7,4 +7,5 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
trim_trailing_whitespace = true
trim_trailing_whitespace = true
indent_size = 4

@ -12,7 +12,6 @@
"scripts": {
"build": "rollup -c --environment BUILD:production",
"dev": "rollup -c -w --environment BUILD:development",
"publish": "npm publish",
"fmt": "prettier --write 'src/**/*.{ts,tsx,css}' *.{js,json,md} && npm run lint:fix",
"lint": "tslint -t verbose -c tslint.json 'src/**/*.{ts,tsx}'",
"lint:fix": "tslint -t verbose -c tslint.json --fix 'src/**/*.{ts,tsx}'",

Loading…
Cancel
Save