Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
archlitchi committed Apr 23, 2024
1 parent d524f85 commit 808ff55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://projecthami.github.io
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "website",
"repository": {
"type": "git",
"url": "https://github.com/Project-HAMi/website.git"
},
"version": "0.0.1",
"private": false,
"scripts": {
Expand Down

0 comments on commit 808ff55

Please sign in to comment.