Skip to content

Commit 8c1f585

Browse files
author
Guillaume Chau
committed
chore: faster dev
1 parent d26bf4b commit 8c1f585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:es": "rollup --config build/rollup.config.es.js",
1313
"build:umd": "rollup --config build/rollup.config.umd.js",
1414
"prepublishOnly": "npm run test && npm run build",
15-
"dev": "nodemon --exec 'npm run build' --watch src",
15+
"dev": "nodemon --exec 'npm run build:es' --watch src",
1616
"test": "npm run test:eslint && npm run test:types",
1717
"test:eslint": "eslint --ext .js src",
1818
"test:types": "tsc -p types/test"

0 commit comments

Comments
 (0)