UNPKG

create-mendix-widget

Version:

Create a working Mendix widget with one command.

21 lines (15 loc) 235 B
image: node:10.13.0 stages: - install - test install: stage: install script: - npm install artifacts: paths: - node_modules/ test: stage: test script: - npm run test