mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-04-15 00:26:05 +00:00
commit
7bf0f60f13
5
.github/workflows/push-master.yml
vendored
5
.github/workflows/push-master.yml
vendored
@ -5,8 +5,8 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
merge:
|
build_code:
|
||||||
name: Merge
|
name: Build Code
|
||||||
if: "! contains(github.event.head_commit.message, '[CI Skip]')"
|
if: "! contains(github.event.head_commit.message, '[CI Skip]')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
@ -26,4 +26,3 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
CI_NO_BETA=true yarn polkadot-dev-ghact-build
|
CI_NO_BETA=true yarn polkadot-dev-ghact-build
|
||||||
yarn polkadot-dev-ghact-deploy
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"babel-core": "^7.0.0-bridge.0",
|
"babel-core": "^7.0.0-bridge.0",
|
||||||
"typescript": "^3.6.3"
|
"typescript": "^3.6.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./build.sh",
|
"build": "./build.sh",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"@types/chrome": "^0.0.89"
|
"@types/chrome": "^0.0.89"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.6.2",
|
"@babel/core": "^7.6.4",
|
||||||
"@polkadot/dev": "^0.32.0-beta.6"
|
"@polkadot/dev": "^0.32.0-beta.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user