Skip to content

Commit

Permalink
remove script
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Oct 2, 2020
1 parent b330443 commit 0bc452c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -13,8 +13,7 @@
"test:coverage:windows": "set TS_NODE_FILES=true & nyc mocha -r source-map-support/register -r ts-node/register --recursive test/**/*.spec.ts",
"coveralls": "cat coverage/lcov.info | coveralls -v",
"codacy": "cat coverage/lcov.info | codacy-coverage",
"test:reset": "rm -rf node_modules && npm i && npm run compile && npm t",
"publish": "npm publish && conventional-changelog -p express-openapi-validator -i CHANGE_HISTORY.md -s && gh release create v4.0.6 -F CHANGE_HISTORY.md"
"test:reset": "rm -rf node_modules && npm i && npm run compile && npm t"
},
"repository": {
"url": "https://github.com/cdimascio/express-openapi-validator"
Expand Down

0 comments on commit 0bc452c

Please sign in to comment.