-
- Downloads
Enable incremental compilation
... | ... | @@ -34,7 +34,7 @@ |
"scripts": { | ||
"lint": "eslint src --ext .js,.ts --max-warnings=0 --ignore-pattern *.d.ts --fix", | ||
"prebuild": "husky install", | ||
"build": "rimraf dist && tsc", | ||
"build": "tsc", | ||
"postbuild": "rollup -c && scripts/generate_api_docs.sh", | ||
"test": "unset CI && playwright test --workers 1 --max-failures 1 --project=workerbee_testsuite" | ||
}, | ||
... | ... | @@ -65,7 +65,6 @@ |
"husky": "8.0.3", | ||
"playwright": "^1.39.0", | ||
"process": "^0.11.10", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^4.3.0", | ||
"rollup-plugin-dts": "^6.1.0", | ||
"tslib": "^2.6.2", | ||
... | ... |
Please register or sign in to comment