Fix typo in updateDependencies script command

This commit is contained in:
Lechner Julian - FrauJulian
2025-07-07 17:30:38 +02:00
parent 856dbe59d0
commit 438abad427
+1 -1
View File
@@ -6,7 +6,7 @@
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"updateDependencies": "npx npm-check-updates --upgrade && npm install && echso SUCCEED UPDATE",
"updateDependencies": "npx npm-check-updates --upgrade && npm install && echo SUCCEED UPDATE",
"cleanSolution": "del-cli dist && echo SUCCEED CLEAN",
"updateVersion": "npm version patch --no-git-tag-version && echo SUCCEED UPDATE VERSION",
"buildPackage": "tsup && echo SUCCEED BUILD && npm run updateVersion",