Skip to content

Commit

Permalink
update craft config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Feb 15, 2024
1 parent 2200b54 commit 5677ba7
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,6 @@ changelogPolicy: auto
preReleaseCommand: bash scripts/craft-pre-release.sh
targets:
- name: npm
- name: brew
tap: getsentry/tools
template: >
require 'language/node'
class SentryWizard < Formula
desc "The Sentry Wizard helps you set up your projects with Sentry"
homepage "https://github.com/getsentry/sentry-wizard"
url "https://registry.npmjs.org/@sentry/wizard/-/wizard-{{version}}.tgz"
sha256 "{{checksums.sentry-wizard-v__VERSION____tgz}}"
version "{{version}}"
license "MIT"
depends_on "node"
def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
bin.install_symlink Dir["#{libexec}/bin/*"]
end
test do
assert_match version.to_s, shell_output("#{bin}/sentry-wizard --version").chomp
end
end
- name: registry
apps:
app:sentry-wizard:
Expand Down

0 comments on commit 5677ba7

Please sign in to comment.