Merge pull request #695 from orbitdb/feat/validate-maint
ci: Add validate-maintainers step
This commit is contained in:
commit
189786f8f2
3
Makefile
3
Makefile
@ -5,7 +5,8 @@ deps:
|
|||||||
|
|
||||||
test: deps
|
test: deps
|
||||||
npm run test:all
|
npm run test:all
|
||||||
|
npx validate-maintainers orbit-db --match --ci
|
||||||
|
|
||||||
build: test
|
build: test
|
||||||
mkdir -p examples/browser/lib/
|
mkdir -p examples/browser/lib/
|
||||||
npm run build
|
npm run build
|
||||||
|
898
package-lock.json
generated
898
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -42,10 +42,10 @@
|
|||||||
"babel-preset-env": "^1.7.0",
|
"babel-preset-env": "^1.7.0",
|
||||||
"datastore-level": "0.10.0",
|
"datastore-level": "0.10.0",
|
||||||
"fs-extra": "^7.0.1",
|
"fs-extra": "^7.0.1",
|
||||||
|
"go-ipfs-dep": "aphelionz/npm-go-ipfs-dep",
|
||||||
"ipfs": "~0.36.4",
|
"ipfs": "~0.36.4",
|
||||||
"ipfs-repo": "~0.26.6",
|
"ipfs-repo": "~0.26.6",
|
||||||
"ipfsd-ctl": "~0.42.3",
|
"ipfsd-ctl": "~0.42.3",
|
||||||
"go-ipfs-dep": "aphelionz/npm-go-ipfs-dep",
|
|
||||||
"localstorage-level-migration": "next",
|
"localstorage-level-migration": "next",
|
||||||
"markdown-toc": "^1.2.0",
|
"markdown-toc": "^1.2.0",
|
||||||
"mocha": "^5.2.0",
|
"mocha": "^5.2.0",
|
||||||
@ -59,6 +59,7 @@
|
|||||||
"remark-validate-links": "^7.0.0",
|
"remark-validate-links": "^7.0.0",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"standard": "^12.0.1",
|
"standard": "^12.0.1",
|
||||||
|
"validate-maintainers": "^1.1.0",
|
||||||
"webpack": "^4.25.1",
|
"webpack": "^4.25.1",
|
||||||
"webpack-cli": "^3.1.2"
|
"webpack-cli": "^3.1.2"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user