Skip to content

Commit

Permalink
Make publish (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Oct 28, 2020
1 parent 5add8e3 commit 240a3ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ lint: # runs all linters
${CURDIR}/node_modules/.bin/tslint --project .
${CURDIR}/node_modules/.bin/prettier -l .

publish: # deploys the current version to npmjs.com
npm publish

test: # runs all tests
@${CURDIR}/node_modules/.bin/tslint --project . &
@${CURDIR}/node_modules/.bin/prettier -l . &
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ for you:
To deploy:

- update the version in `package.json` and commit to `master`
- run `npm publish`
- run <b type="make/command">make publish</b>

0 comments on commit 240a3ad

Please sign in to comment.