Skip to content

Commit

Permalink
Merge pull request #956 from asianviking/main
Browse files Browse the repository at this point in the history
feat: add dev script to plugin-aptos
  • Loading branch information
odilitime authored Dec 10, 2024
2 parents 2262723 + ed20222 commit 13fb1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-aptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"scripts": {
"build": "tsup --format esm --dts",
"dev": "tsup --format esm --dts --watch",
"lint": "eslint . --fix",
"test": "vitest run"
},
Expand Down

0 comments on commit 13fb1d2

Please sign in to comment.