Skip to content

Commit

Permalink
fix: add publish target to hapify-common lib (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Rossiaud <floross@users.noreply.github.com>
  • Loading branch information
maxmousse and floross committed Dec 21, 2021
1 parent f80a321 commit 1061901
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/hapify/hapify-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"url": "https://github.com/tractr/stack"
},
"license": "UNLICENSED",
"main": "./src/index.js",
"peerDependencies": {
"@hapify/cli": "^1.3.1"
},
Expand Down
6 changes: 6 additions & 0 deletions workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,12 @@
]
}
},
"publish": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
}
},
"test": {
"executor": "@nrwl/jest:jest",
"options": {
Expand Down

0 comments on commit 1061901

Please sign in to comment.