We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589df71 commit ed20222Copy full SHA for ed20222
packages/plugin-aptos/package.json
@@ -16,6 +16,7 @@
16
},
17
"scripts": {
18
"build": "tsup --format esm --dts",
19
+ "dev": "tsup --format esm --dts --watch",
20
"lint": "eslint . --fix",
21
"test": "vitest run"
22
0 commit comments