We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc854a commit 6410a72Copy full SHA for 6410a72
1 file changed
package.json
@@ -47,7 +47,7 @@
47
"test-coverage": "jest --coverage --collectCoverageFrom=src/**/*.[jt]s",
48
"test-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
49
"watch:js": "tsc --watch --preserveWatchOutput",
50
- "watch:dist": "webpack --watch --progress",
+ "watch:dist": "webpack --watch",
51
"watch": "npm run build-version && npm run build-js && npm run postbuild-js && sh -c 'npm run watch:js & npm run watch:dist & wait'",
52
"doc": "typedoc --out ./docs/api/ ./src/ --excludeInternal",
53
"prepublishOnly": "npm run build && npm run lint && npm test && npm run doc",
0 commit comments