mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user