Skip to content

Commit

Permalink
chore: add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Feb 3, 2024
1 parent 1560721 commit 1f2119d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.vscode/**
.vscode-test/**
dist/**
out/**
node_modules/**
.gitignore
.npmrc
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-shadcn-svelte",
"version": "0.0.8",
"version": "0.0.9",
"displayName": "shadcn/svelte",
"description": "Integrate components and snippets from Shadcn/Svelte directly into your IDE ✨.",
"publisher": "Selemondev",
Expand Down Expand Up @@ -110,7 +110,8 @@
},
"scripts": {
"vscode:prepublish": "pnpm package",
"build": "tsup",
"publish:release": "vsce publish --no-dependencies",
"package": "tsup",
"dev": "pnpm build -- --watch",
"pretest": "pnpm compile && yarn run lint",
"lint": "eslint src --ext ts"
Expand Down

0 comments on commit 1f2119d

Please sign in to comment.