-
Notifications
You must be signed in to change notification settings - Fork 11
Development
Hotaka Kanazawa edited this page Apr 2, 2024
·
5 revisions
- Build this project. The output is made in
dist/directory.
$ yarn build
- yarn link at the top of this repository.
$ yarn link
- Move to
demo/and set the link.
$ cd ./demo
$ yarn link react-detectable-overflow
- yarn start, then access
localhost:3000with your browser.- If port 3000 has been already used, another port is used.
$ yarn start
Use yarn version command when you version up.
$ yarn version
info Current version: 1.2.3
question New version: 1.3.0
Set valid token to GitHub env "NPM_TOKEN". Run GitHub Actions "Deploy to npm".