Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.09 KB

File metadata and controls

31 lines (22 loc) · 1.09 KB

react-modal uses make to build and publish new versions and documentation.

It works as a checklist for the future releases to keep everything updated such as CHANGELOG.md, package.json and bower.json and so on.

The minimun works as a normal npm scripts.

Once you clone react-modal, you can run sh bootstrap.sh to check and download dependencies not managed by react-modal such as gitbook-cli.

It will also show information about the current versions of node, npm, yarn and jq available.

$ npm start
$ npm run tests
$ npm run lint
$ make help           # show all make commands available
$ make deps           # npm install
$ make serve          # start a examples' web server
$ make tests          # use when developing
$ make tests-ci       # single run
$ make lint           # execute lint
$ make publish        # execute the entire pipeline to publish
$ make publish-docs   # execute the pipeline for docs