Skip to content

Commit

Permalink
chore: changes made to publish npm (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBelien authored Sep 4, 2024
1 parent c1c275c commit 84cc0ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run build-prod
- name: release
run: cd dist/ngx-emoji-picker && npx semantic-release
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-emoji-picker",
"version": "0.0.0",
"version": "18.0.0",
"scripts": {
"ng": "ng",
"start": "ng build emoji-picker-lib && ng serve --port 4229 ",
Expand Down
7 changes: 6 additions & 1 deletion projects/emoji-picker-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/KevinBelien/ngx-emoji-picker.git"
"url": "git+https://github.com/KevinBelien/ngx-emoji-picker.git"
},
"release": {
"branches": [
"master"
]
},
"exports": {
"./styles": {
Expand Down

0 comments on commit 84cc0ae

Please sign in to comment.