Merge pull request #45 from polkadot-js/jg-update-build

Update build
This commit is contained in:
Jaco Greeff 2019-10-12 14:47:56 +02:00 committed by GitHub
commit 7bf0f60f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 482 additions and 356 deletions

View File

@ -5,8 +5,8 @@ on:
- master
jobs:
merge:
name: Merge
build_code:
name: Build Code
if: "! contains(github.event.head_commit.message, '[CI Skip]')"
runs-on: ubuntu-latest
strategy:
@ -26,4 +26,3 @@ jobs:
run: |
yarn install --frozen-lockfile
CI_NO_BETA=true yarn polkadot-dev-ghact-build
yarn polkadot-dev-ghact-deploy

View File

@ -7,7 +7,7 @@
"license": "ISC",
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"typescript": "^3.6.3"
"typescript": "^3.6.4"
},
"scripts": {
"build": "./build.sh",
@ -18,7 +18,7 @@
"@types/chrome": "^0.0.89"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@polkadot/dev": "^0.32.0-beta.6"
"@babel/core": "^7.6.4",
"@polkadot/dev": "^0.32.0-beta.10"
}
}

827
yarn.lock

File diff suppressed because it is too large Load Diff