Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • AlekSIS/libs/vue-draggable-grid
1 result
Show changes
Commits on Source (3)
......@@ -2,7 +2,6 @@ image: node:latest
stages:
- test
- deploy
lint-test-job:
stage: test
......@@ -10,8 +9,3 @@ lint-test-job:
- npm install
- npm run lint
deploy_gitlab:
stage: deploy
script:
- echo "//${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}">.npmrc
- npm publish
{
"name": "vue-draggable-grid",
"version": "0.1.0",
"version": "0.1.0-post0",
"scripts": {
"build": "vite build",
"example:build": "vite build example",
......