Skip to content

Commit

Permalink
fix package issue on update
Browse files Browse the repository at this point in the history
  • Loading branch information
IkeHunter committed Jan 28, 2025
1 parent c262139 commit cbccce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ publish-types-version:
echo "Publishing new version ${v}"

npm version $(v) --workspace @ufosc/jukebox-types
npm publish --workspace @ufosc/jukebox-types --access public
npm publish --workspace @ufosc/jukebox-types --access public
npm install @ufosc/jukebox-types@${v}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/supertest": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@ufosc/jukebox-types": "^0.0.3",
"@ufosc/jukebox-types": "^0.1.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prefer-arrow-functions": "^3.4.1",
Expand Down

0 comments on commit cbccce2

Please sign in to comment.