Skip to content

Commit

Permalink
chore: publish with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
robmcguinness committed Feb 12, 2022
1 parent 19de338 commit c4d912b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
@@ -1,5 +1,5 @@
{
"files.exclude": {
"node_modules/": true
"node_modules/": false
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"lint:fix": "eslint . --fix",
"test:cov:html": "lab -r html -o coverage.html",
"precommit": "yarn test",
"postversion": "yarn publish",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags",
"prepare": "is-ci || husky install"
},
Expand Down

0 comments on commit c4d912b

Please sign in to comment.