Skip to content

Commit c09017e

Browse files
committed
add dev command
1 parent 9f78c24 commit c09017e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"module": "dist-esm/index.js",
88
"scripts": {
99
"clean": "rimraf dist/ dist-esm/",
10+
"dev": "npm run clean && tsc -p tsconfig.json --watch",
1011
"build": "npm run clean && npm run build:cjs && npm run build:es",
1112
"build:cjs": "tsc -p tsconfig.json",
1213
"build:es": "tsc -p tsconfig-esm.json",

0 commit comments

Comments
 (0)