npm run setup
- first prepare .env
touch ./plugins/PLUGIN_NAME_DIRECTORY/.env
KINTONE_BASE_URL=
KINTONE_USERNAME=
KINTONE_PASSWORD=
- develop and upload
npm run develop
with watch mode
npm run develop:watch
build
npm run build
build and upload
npm run production