We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149cfa8 commit 5f95620Copy full SHA for 5f95620
package.json
@@ -6,6 +6,7 @@
6
"type": "module",
7
"scripts": {
8
"build": "tsc",
9
+ "dev": "tsc --watch",
10
"prepublishOnly": "pnpm run build",
11
"example": "http-server ."
12
},
0 commit comments