Skip to content

Commit ed20222

Browse files
committed
feat: add dev script to plugin-aptos
1 parent 589df71 commit ed20222

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)