Skip to content

Commit

Permalink
Merge pull request #7 from solana-fm/chore/remove-minify
Browse files Browse the repository at this point in the history
docs(changeset): chore: remove minify
  • Loading branch information
doodoo-aihc authored Nov 27, 2023
2 parents 1b7a1ee + 8950b52 commit 0b4674e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/sweet-walls-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@solanafm/explorer-kit": patch
"@solanafm/explorer-kit-idls": patch
---

chore: remove minify
2 changes: 1 addition & 1 deletion packages/explorerkit-idls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --minify",
"build": "tsup src/index.ts --format esm,cjs --dts",
"dev": "tsup src/index.ts --format esm,cjs --dts --watch",
"test": "vitest run",
"clean": "rimraf .turbo && rimraf node_modules && rimraf dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/explorerkit-translator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --minify",
"build": "tsup src/index.ts --format esm,cjs --dts",
"dev": "tsup src/index.ts --format esm,cjs --dts --watch",
"test": "vitest run",
"clean": "rimraf .turbo && rimraf node_modules && rimraf dist",
Expand Down

0 comments on commit 0b4674e

Please sign in to comment.