Skip to content

Commit

Permalink
add call of tests to version script
Browse files Browse the repository at this point in the history
  • Loading branch information
megazazik committed May 16, 2020
1 parent 07f6959 commit 0f73b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && tsc -p tsconfig.es.json",
"version": "npm run build && conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"version": "npm test && npm run build && conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"commit": "git-cz",
"test": "npm run unit-test && npm run type-test",
"unit-test": "ts-node node_modules/tape/bin/tape ./src/**/*.spec.ts",
Expand Down Expand Up @@ -68,4 +68,4 @@
}
},
"sideEffects": false
}
}

0 comments on commit 0f73b43

Please sign in to comment.