UNPKG

create-iot-react-app

Version:

thin wrapper around create-react-app that add extra functionality needed on most iot projects

23 lines (19 loc) 328 B
language: node_js node_js: - '16' cache: yarn install: yarn script: - yarn test jobs: include: - stage: npm release if: tag IS present node_js: '16' deploy: provider: npm email: '$NPM_EMAIL' api_key: '$NPM_TOKEN' skip_cleanup: true on: tags: true