Added a 'gulp release' task to package.json.

10.7.0-preview
mikeller 2019-10-10 00:21:53 +13:00
parent b7fba7d8f1
commit 6a91208c2b
1 changed files with 1 additions and 0 deletions

View File

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