Skip to content

Commit

Permalink
Add publish npm script (#582)
Browse files Browse the repository at this point in the history
* Add publish npm script

* Update package.json

Co-Authored-By: Anton Gilgur <agilgur5@gmail.com>

Co-authored-by: Anton Gilgur <agilgur5@gmail.com>
  • Loading branch information
jaredpalmer and agilgur5 authored Mar 19, 2020
1 parent 82e764f commit 77e7c70
Show file tree
Hide file tree
Showing 2 changed files with 1,011 additions and 20 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"lint:post-build": "node dist/index.js lint src test --ignore-pattern 'test/tests/lint'",
"test": "yarn build && yarn test:post-build",
"test:post-build": "node dist/index.js test --config ./test/jest.config.json",
"start": "tsc -p tsconfig.json --watch"
"start": "tsc -p tsconfig.json --watch",
"release": "np"
},
"files": [
"dist",
Expand Down Expand Up @@ -113,6 +114,7 @@
"@types/semver": "^7.1.0",
"doctoc": "^1.4.0",
"husky": "^4.2.2",
"np": "^6.2.0",
"pretty-quick": "^2.0.0",
"ps-tree": "^1.2.0",
"react": "^16.8.6",
Expand Down
Loading

0 comments on commit 77e7c70

Please sign in to comment.