Skip to content

Commit 6d8d38b

Browse files
authored
feat: do not build dts in dev mode (#84)
1 parent 923ad6e commit 6d8d38b

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
@@ -25,7 +25,7 @@
2525
"build:src": "babel src --out-dir dist --extensions .js,.jsx,.ts,.tsx --source-maps",
2626
"build:src:watch": "npm run build:src -- --watch src/**/* --verbose",
2727
"build:watch": "onchange 'src/**/*' --initial --kill --delay 1000 -- npm run build",
28-
"dev": "npm run build:watch",
28+
"dev": "npm run build:src:watch",
2929
"display-browser-support": "browserslist --stats && echo '' && browserslist --coverage && echo '' && echo 'See more at https://browserl.ist/'",
3030
"format": "run-s format:doctoc format:package format:imports format:prettier format:eslint",
3131
"format:doctoc": "doctoc --maxlevel 3 --notitle ./README.md",

0 commit comments

Comments
 (0)