Skip to content

Commit

Permalink
Fix release command
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Mar 31, 2024
1 parent 30eaf24 commit fcce46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"generate-theme": "tsx ./src/index.ts",
"lint": "eslint .",
"prepare": "husky",
"prerelease": "node run generate-theme",
"prerelease": "npm run generate-theme",
"release": "vsce publish"
},
"contributes": {
Expand Down

3 comments on commit fcce46f

@GurkiratCanvascraft
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey will stone, hope you are doing well. can you please confirm me one thing. Is this theme working on code editor in any coding project?

@will-stone
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GurkiratCanvascraft hi, please open an issue with your query and with more details, thanks ☺️

@GurkiratCanvascraft
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@will-stone opened . Kindly check

Please sign in to comment.