Skip to content

Commit

Permalink
[prettier] Build on prepublish (#20355)
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka authored Nov 21, 2024
1 parent 52dd51d commit e1a85c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/spotty-turkeys-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mysten/prettier-plugin-move': patch
---

fixes publishing issue, compiles prepublish
3 changes: 3 additions & 0 deletions external-crates/move/tooling/prettier-move/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "@mysten/prettier-plugin-move",
"author": "Mysten Labs <[email protected]>",
"description": "Move Plugin for Prettier",
"version": "0.1.0",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -9,6 +11,7 @@
],
"main": "./out/index.js",
"scripts": {
"prepublishOnly": "pnpm build",
"build": "tsc -p .",
"watch": "tsc -p . -w",
"test": "npm run build && vitest run",
Expand Down

0 comments on commit e1a85c2

Please sign in to comment.