- remove pr-collector module

(explore if used by gets fixed by it)
This commit is contained in:
Mike Penz
2023-08-31 12:07:40 +00:00
committed by GitHub
parent af326da47f
commit 144cd931d3
6 changed files with 1 additions and 2720 deletions
-7
View File
@@ -1,10 +1,3 @@
#!/bin/bash
npm install
# also install dependencies for `pr-collector`
cd pr-collector
npm install
npm run build && npm run package
cd ..