Fix typo in updateDependencies script command
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"module": "./dist/index.mjs",
|
"module": "./dist/index.mjs",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"scripts": {
|
"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",
|
"cleanSolution": "del-cli dist && echo SUCCEED CLEAN",
|
||||||
"updateVersion": "npm version patch --no-git-tag-version && echo SUCCEED UPDATE VERSION",
|
"updateVersion": "npm version patch --no-git-tag-version && echo SUCCEED UPDATE VERSION",
|
||||||
"buildPackage": "tsup && echo SUCCEED BUILD && npm run updateVersion",
|
"buildPackage": "tsup && echo SUCCEED BUILD && npm run updateVersion",
|
||||||
|
|||||||
Reference in New Issue
Block a user