Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.
/ next-dev Public archive

next-dev-library mono package such as core/component/hooks/provider maintain by Sila Rim

Notifications You must be signed in to change notification settings

rimsila/next-dev

Repository files navigation

Contributing to Next Dev

Set up

Install dev deps after git clone the repo.

$ yarn

Common Tasks

Transform with babel and rollup.

# Start in the development environment
$ yarn start

# Build
$ yarn build

# Build and monitor file changes
$ yarn build --watch

# Build specified package only
$ PACKAGE=plugin-antd yarn build --watch

Run test.

$ yarn test

# Test specified file and watch
$ yarn test getMockData.test.js -w

# Test specified package
$ yarn test --package core

# Generate coverage
$ yarn test --coverage

Release

  1. Modify the version number in the corresponding package package.json
  2. Tag, the tag rule is package version
# Take core package as an example
git tag @next-dev/[email protected]
  1. Submit according to the git commit specification (will be released automatically)

Please refer to https://www.conventionalcommits.org/en/v1.0.0/ for git submit specifications

About

next-dev-library mono package such as core/component/hooks/provider maintain by Sila Rim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published