Added a 'gulp release' task to package.json. (#1732)

Added a 'gulp release' task to package.json.
10.7.0-preview
Michael Keller 2019-10-13 10:58:51 +13:00 committed by GitHub
commit 96f9eaf2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"scripts": {
"start": "gulp debug",
"gulp": "gulp",
"release": "gulp release",
"test": "karma start test/karma.conf.js"
},
"window": {