Skip to content

Commit 13fb1d2

Browse files
authored
Merge pull request #956 from asianviking/main
feat: add dev script to plugin-aptos
2 parents 2262723 + ed20222 commit 13fb1d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-aptos/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"scripts": {
1818
"build": "tsup --format esm --dts",
19+
"dev": "tsup --format esm --dts --watch",
1920
"lint": "eslint . --fix",
2021
"test": "vitest run"
2122
},

0 commit comments

Comments
 (0)