mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-16 18:20:50 +00:00
commit
7bf0f60f13
5
.github/workflows/push-master.yml
vendored
5
.github/workflows/push-master.yml
vendored
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user