Skip to content

Commit 2d61aa7

Browse files
committed
chore(detector): publishing smelly detector to npm
1 parent 8076b57 commit 2d61aa7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish_npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
run: |
3131
npm i --workspaces
3232
npm run compile --workspaces
33+
npm publish --workspace=detector --provenance --access public
3334
npm publish --workspace=cli --provenance --access public

detector/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "smelly-detector",
3+
"private": false,
34
"version": "0.0.1",
45
"description": "Find out the smells in your tests, suggestions for correction and the theory behind them",
56
"main": "./build/src/index.js",

0 commit comments

Comments
 (0)