iotex-react-block-producers
v2.9.11
Published
block producer table
Keywords
Readme
iotex-react-block-producers
Usage
Develop with dev server
npm run devDevelop with your website
npm run build
# in your website
ln -s /Users/tp/projects/iotex-react-components/packages/iotex-react-block-producers ./node_modules/iotex-react-block-producers# test
# run all tests
npm run test
# run a single test file
npm run ava ./path/to/test-file.jsTo run a single test case, follow instructions here.
Scripts
npm run build: build source code fromsrctodistnpm publish: publish code to npmnpm run changelog-patchbump version patch (bug fixes)npm run changelog-minorbump version minor (new features)npm run changelog-majorbump version major (breaking change)
