Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricbet committed Aug 23, 2023
1 parent b2a10c8 commit 44e582d
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 @@ -27,7 +27,7 @@
"clean": "rimraf packages/*/lib",
"test": "jest --runInBand",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"update-package": "node script/utils/update-package",
"update-package": "node scripts/utils/update-package",
"release": "node scripts/release",
"release:next": "node scripts/release --tag=next"
},
Expand Down

0 comments on commit 44e582d

Please sign in to comment.