The following commands are available through npm run
Command | Purpose |
---|---|
build | Build this project |
dist | Build this project in production mode |
lint | Check linting using ESLint |
test | Run tests |
- Edit
package.json
and update the version number - Add new contributors to the
contributors
section - Update the
CHANGELOG.md
- Update the
README.md
contributors section npm run build
andnpm test
npm publish
npm pack
CLOUDSMITH_API_KEY=API_TOKEN cloudsmith upload npm fortawesome/fontawesome-pro ./fortawesome-react-fontawesome-VERSION.tgz
git add . && git commit -m 'Release VERSION'
git push
- Create a new release with
CHANGELOG
details