# # Copyright (c) 2017-present Paul Borza # # This software may be modified and distributed under the terms # of the MIT license. See the LICENSE file for details. # image: node:latest cache: paths: - coverage/ - dist/ - node_modules/ build: stage: build script: - npm install -g grunt-cli - npm install - grunt deploy: stage: deploy script: - npm publish only: - master