chore: remove bump script from package.json (#7548)

* Removed bump script from package.json #7543

* chore: remove bump script from package.json

* chore: remove bump script from package.json
This commit is contained in:
Sanskar Mundhra
2023-09-30 03:28:05 +05:30
committed by GitHub
parent 971bc1107b
commit 04fa799650

View File

@@ -26,7 +26,6 @@
"build:compressed": "exit 1 # Deprecated; use \"npm run minify\" instead.",
"build:js": "exit 1 # Deprecated; use \"npm run tsc\" instead.",
"build:langfiles": "exit 1 # Deprecated; use \"npm run langfiles\" instead.",
"bump": "npm --no-git-tag-version version 4.$(date +'%Y%m%d').0",
"clean": "gulp clean",
"deployDemos": "npm ci && gulp deployDemos",
"deployDemos:beta": "npm ci && gulp deployDemosBeta",