version script

This commit is contained in:
Joel 2020-01-20 22:38:00 +00:00 committed by Joel Einbinder
parent f8c193e51f
commit bbb8845db5

View file

@ -29,7 +29,7 @@
"build": "node utils/runWebpack.js --mode='development' && tsc -p .", "build": "node utils/runWebpack.js --mode='development' && tsc -p .",
"watch": "node utils/runWebpack.js --mode='development' --watch --silent | tsc -w -p .", "watch": "node utils/runWebpack.js --mode='development' --watch --silent | tsc -w -p .",
"apply-next-version": "node utils/apply_next_version.js", "apply-next-version": "node utils/apply_next_version.js",
"sync-versions": "node utils/sync_package_versions.js" "version": "node utils/sync_package_versions.js"
}, },
"author": { "author": {
"name": "Microsoft Corporation" "name": "Microsoft Corporation"