Skip to content

Commit

Permalink
fix: 🏷️ fix typo in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 17, 2024
1 parent 94dc010 commit c4c86ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "npx eslint src --fix",
"test": "jest",
"test:coverage": "jest --coverage",
"version": "build && auto-changelog && git add CHANGELOG.md"
"version": "npm run build && auto-changelog && git add CHANGELOG.md"
},
"main": "dist/main.js",
"typings": "dist/main.d.ts",
Expand Down

0 comments on commit c4c86ef

Please sign in to comment.