Skip to content

Commit

Permalink
Release 150703 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
itrush authored Mar 21, 2019
1 parent c289dc6 commit 6911da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"build:dev": "ENV=development yarn transpile:sources && ENV=development yarn bundle-sw && ENV=development yarn bundle-sdk && ENV=development yarn bundle-page-sdk-es6 && ENV=development build/scripts/publish.sh",
"build:staging": "ENV=staging yarn transpile:sources && ENV=staging yarn bundle-sw && ENV=staging yarn bundle-sdk && ENV=staging yarn bundle-page-sdk-es6 && ENV=staging build/scripts/publish.sh",
"build:prod": "ENV=production yarn transpile:sources && ENV=production yarn bundle-sw && ENV=production yarn bundle-sdk && ENV=production yarn bundle-page-sdk-es6 && ENV=production build/scripts/publish.sh",
"test": "ENV=development yarn transpile:tests && ava --verbose --color --watch",
"test": "ENV=development yarn transpile:tests && yarn run ava --verbose --color --watch",
"test:noWatch": "ENV=development yarn transpile:tests && ava --verbose --color --watch=false",
"publish": "yarn clean && yarn build:prod && yarn "
},
"config": {
"sdkVersion": "150702"
"sdkVersion": "150703"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6911da2

Please sign in to comment.