Skip to content

Commit 6410a72

Browse files
committed
improved watch
1 parent ffc854a commit 6410a72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test-coverage": "jest --coverage --collectCoverageFrom=src/**/*.[jt]s",
4848
"test-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
4949
"watch:js": "tsc --watch --preserveWatchOutput",
50-
"watch:dist": "webpack --watch --progress",
50+
"watch:dist": "webpack --watch",
5151
"watch": "npm run build-version && npm run build-js && npm run postbuild-js && sh -c 'npm run watch:js & npm run watch:dist & wait'",
5252
"doc": "typedoc --out ./docs/api/ ./src/ --excludeInternal",
5353
"prepublishOnly": "npm run build && npm run lint && npm test && npm run doc",

0 commit comments

Comments
 (0)