Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
boonya committed Jan 7, 2024
1 parent 454ee1e commit 1f838e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ jobs:
with:
node-version-file: ".nvmrc"
- run: npm set '//npm.pkg.github.com/:_authToken=${{ secrets.GHCR_TOKEN_RW }}'
- run: |
npm ci \
--include-workspace-root \
--omit=dev \
--omit=peer \
--omit=optional
- run: npm ci --no-workspaces
- run: npm run build
- run: npm publish
env:
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
],
"author": "Serhii [boonya] Buinytskyi",
"license": "MIT",
"repository": "https://github.com/boonya/react-toaster",
"repository": {
"type": "git",
"url": "git+https://github.com/boonya/react-toaster.git"
},
"engines": {
"npm": "~10.2.0",
"node": "~20.10.0"
Expand Down Expand Up @@ -44,6 +47,7 @@
"react-dom": "^16.8 || ^17 || ^18"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-transition-group": "^4.4.10",
Expand Down

0 comments on commit 1f838e1

Please sign in to comment.