Update README.md to remove obsolete variables and add newline at end of file
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"updateDependencies": "npx npm-check-updates --upgrade && npm install && echso SUCCEED UPDATE",
|
"updateDependencies": "npx npm-check-updates --upgrade && npm install && echso SUCCEED UPDATE",
|
||||||
"cleanSolution": "del-cli dist && echo SUCCEED CLEAN",
|
"cleanSolution": "del-cli dist && echo SUCCEED CLEAN",
|
||||||
"buildPackage": "tsup && echo SUCCEED BUILD && npm version patch --no-git-tag-version",
|
"updateVersion": "npm version patch --no-git-tag-version && echo SUCCEED UPDATE VERSION",
|
||||||
|
"buildPackage": "tsup && echo SUCCEED BUILD && npm run updateVersion",
|
||||||
"rolloutBuild": "npm run updateDependencies && npm run cleanSolution && tsup"
|
"rolloutBuild": "npm run updateDependencies && npm run cleanSolution && tsup"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/FrauJulian/Discord-Audio-Stream",
|
"repository": "https://github.com/FrauJulian/Discord-Audio-Stream",
|
||||||
|
|||||||
Reference in New Issue
Block a user