Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vue-draggable-grid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Libraries
vue-draggable-grid
Compare revisions
f3d8f8e58edc00c18ddcc5656514639621c2042f to 802e1247f56fe495ab1a5323f022eb80f6bf2377
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
AlekSIS/libs/vue-draggable-grid
Select target project
No results found
802e1247f56fe495ab1a5323f022eb80f6bf2377
Select Git revision
Swap
Target
AlekSIS/libs/vue-draggable-grid
Select target project
AlekSIS/libs/vue-draggable-grid
1 result
f3d8f8e58edc00c18ddcc5656514639621c2042f
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
[CI] Fix .npmrc
· 4345fdcc
Jonathan Weth
authored
2 years ago
4345fdcc
[CI] Drop not working upload to Gitlab CI
· 54318b59
Jonathan Weth
authored
2 years ago
54318b59
0.1.0-post0
· 802e1247
Jonathan Weth
authored
2 years ago
802e1247
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-6
0 additions, 6 deletions
.gitlab-ci.yml
package.json
+1
-1
1 addition, 1 deletion
package.json
with
1 addition
and
7 deletions
.gitlab-ci.yml
View file @
802e1247
...
@@ -2,7 +2,6 @@ image: node:latest
...
@@ -2,7 +2,6 @@ image: node:latest
stages
:
stages
:
-
test
-
test
-
deploy
lint-test-job
:
lint-test-job
:
stage
:
test
stage
:
test
...
@@ -10,8 +9,3 @@ lint-test-job:
...
@@ -10,8 +9,3 @@ lint-test-job:
-
npm install
-
npm install
-
npm run lint
-
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
This diff is collapsed.
Click to expand it.
package.json
View file @
802e1247
{
{
"name"
:
"vue-draggable-grid"
,
"name"
:
"vue-draggable-grid"
,
"version"
:
"0.1.0"
,
"version"
:
"0.1.0
-post0
"
,
"scripts"
:
{
"scripts"
:
{
"build"
:
"vite build"
,
"build"
:
"vite build"
,
"example:build"
:
"vite build example"
,
"example:build"
:
"vite build example"
,
...
...
This diff is collapsed.
Click to expand it.