Skip to content

Commit

Permalink
Merge pull request #8 from Anime-Manga/dev
Browse files Browse the repository at this point in the history
maybe work now
  • Loading branch information
cesxhin authored Sep 29, 2024
2 parents 74fc891 + 1cb4299 commit 5474399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
run: npm run build

- name: Publish Package
run: npm publish --provenance --access public
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "logger",
"name": "@anime-manga/logger",
"version": "1.0.0",
"author": "cesxhin",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"eslint-fix": "eslint --fix",
"test-dev": "cd ./test && vitest",
"test": "cd ./test && FORCE_COLOR=1 vitest run",
"build": "tsc --checkJs",
"build": "tsc",
"clear": "rm -rf node_modules package-lock.json"
},
"dependencies": {
Expand Down

0 comments on commit 5474399

Please sign in to comment.