- remove pr-collector module
(explore if used by gets fixed by it)
This commit is contained in:
@@ -32,13 +32,6 @@ jobs:
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
- name: Build PR-Collector
|
||||
run: |
|
||||
cd pr-collector
|
||||
npm ci
|
||||
npm run build
|
||||
npm run package
|
||||
|
||||
- name: Build Action
|
||||
run: |
|
||||
npm ci
|
||||
|
||||
@@ -21,21 +21,9 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
- name: Install NPM
|
||||
run: |
|
||||
cd pr-collector
|
||||
npm install
|
||||
|
||||
cd ..
|
||||
npm install
|
||||
|
||||
|
||||
- name: Run NPM
|
||||
run: |
|
||||
cd pr-collector
|
||||
npm run all
|
||||
|
||||
cd ..
|
||||
npm run all
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user