Skip to content

Commit

Permalink
fix cli schema
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Nov 8, 2024
1 parent 9931270 commit 8cae227
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions packages/cli/.release-it.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shelve/cli",
"version": "2.5.2",
"version": "2.5.3",
"description": "The command-line interface for Shelve",
"homepage": "https://shelve.cloud",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/src/Cli.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Env, Environment } from './Variables'

export const SHELVE_JSON_SCHEMA = 'https://raw.githubusercontent.com/HugoRCD/shelve/main/packages/types/shelveConfigSchema.json'
export const SHELVE_JSON_SCHEMA = 'https://raw.githubusercontent.com/HugoRCD/shelve/main/packages/types/shelve-config-schema.json'

export type ShelveConfig = {
/**
Expand Down

0 comments on commit 8cae227

Please sign in to comment.