Skip to content

Commit

Permalink
ok that's working, clean up some cruft and print out the dist/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Sep 10, 2023
1 parent 1a41db9 commit f830a35
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,32 +60,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: First set up src
shell: bash
working-directory: src
run: npm ci --workspaces --omit=optional
- name: Check for changes in tree
shell: bash
run: git status
- name: Try to find the 165 dependency
shell: bash
run: find . -name package.json | xargs fgrep '.165'
- name: Install Dependencies in pkgs/install
shell: bash
working-directory: pkgs/install
run: npm ci --verbose
- name: Install Dependencies in pkgs/load
shell: bash
working-directory: pkgs/load
run: npm ci --verbose
- name: Install Dependencies in pkgs/cli
shell: bash
working-directory: pkgs/cli
run: npm ci --verbose
- name: Install Dependencies in pkgs/cargo-messages
shell: bash
working-directory: pkgs/cargo-messages
run: npm ci --verbose
- name: Install Dependencies
shell: bash
run: npm ci --verbose
Expand All @@ -101,7 +75,7 @@ jobs:
- name: Diagnostics
shell: bash
run: |
cd ./pkgs/cargo-messages
cd ./pkgs/cargo-messages/dist
ls -alF
# - name: Start npm Proxy
# shell: bash
Expand Down

0 comments on commit f830a35

Please sign in to comment.