qcobjects-sdk
Version:
QCObjects SDK is a set of Controllers, Views and Components that are elementary and useful to assist developers to build applications under MVC patterns using QCObjects, Cross Browser Javascript Framework for MVC Patterns
16 lines (14 loc) • 391 B
YAML
image: node:latest
stages:
- deploy
deploy:
stage: deploy
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_REF_NAME =~ /^v\d+\.\d+\.\d+.*$/
changes:
- package.json
script:
- npm config set @scope:registry https://registry.npmjs.org/
- npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
- npm ci
# - npm publish --verbose