up
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
root 2024-08-13 00:33:07 +02:00
parent 5a28602203
commit cf1eca0e5c
No known key found for this signature in database
GPG Key ID: 4967812A078C3A4A
3 changed files with 4 additions and 10 deletions

View File

@ -1,19 +1,13 @@
kind: pipeline
type: ssh
name: default
server:
host: build.gextra.net
user: root
ssh_key:
from_secret: ssh_key_secret
trigger:
event:
- tag
steps:
- name: build
image: node
commands:
- npm ci
- vsce package

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "vscodestat",
"version": "1.1.9",
"version": "1.1.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscodestat",
"version": "1.1.9",
"version": "1.1.10",
"license": "ISC",
"devDependencies": {
"@types/mocha": "^10.0.7",

View File

@ -1,7 +1,7 @@
{
"name": "vscodestat",
"displayName": "vscodestat",
"version": "1.1.9",
"version": "1.1.10",
"description": "",
"categories": [
"Other"