mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-04-01 18:01:05 +00:00
commit
e23fa23e8d
21
.circleci/config.yml
Normal file
21
.circleci/config.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
version: 2
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
working_directory: ~/polkadot-js
|
||||||
|
docker:
|
||||||
|
- image: circleci/node:10
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- restore_cache:
|
||||||
|
key: dependency-cache-{{ checksum "yarn.lock" }}
|
||||||
|
- run:
|
||||||
|
name: install-deps
|
||||||
|
command: yarn install --frozen-lockfile
|
||||||
|
- save_cache:
|
||||||
|
key: dependency-cache-{{ checksum "yarn.lock" }}
|
||||||
|
paths:
|
||||||
|
- ./node_modules
|
||||||
|
- ~/.cache/yarn
|
||||||
|
- run:
|
||||||
|
name: build
|
||||||
|
command: yarn polkadot-dev-circleci-build
|
@ -9,4 +9,4 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
script:
|
script:
|
||||||
- yarn polkadot-dev-build-travis
|
- CI_NO_BETA=true yarn polkadot-dev-travis-build
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
[](https://polkadot.js.org)
|
||||||
|

|
||||||
|
[](https://www.npmjs.com/package/@polkadot/ts)
|
||||||
|
[](https://travis-ci.com/polkadot-js/ts)
|
||||||
|
[](https://circleci.com/gh/polkadot-js/ts)
|
||||||
|
[](https://greenkeeper.io/)
|
||||||
|
|
||||||
# @polkadot/ts
|
# @polkadot/ts
|
||||||
|
|
||||||
TypeScript definitions for packages that are not (yet) available on [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) but are used in `@polkadot` projects.
|
TypeScript definitions for packages that are not (yet) available on [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) but are used in `@polkadot` projects.
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./build.sh",
|
"build": "./build.sh",
|
||||||
"check": "tsc --noEmit --pretty",
|
"lint": "tsc --noEmit --pretty",
|
||||||
"test": "echo \"No 'yarn run test' available\""
|
"test": "echo \"No 'yarn run test' available\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -19,6 +19,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.5.4",
|
"@babel/core": "^7.5.4",
|
||||||
"@polkadot/dev": "0.25.13"
|
"@polkadot/dev": "^0.31.0-beta.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user