diff --git a/.github/workflows/publish-remix-ide.yml b/.github/workflows/publish-remix-ide.yml index 6dfe74b313..535a5361ca 100644 --- a/.github/workflows/publish-remix-ide.yml +++ b/.github/workflows/publish-remix-ide.yml @@ -8,5 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - run: npm install + - run: ls + - run: pwd - run: nx build remix-ide --with-deps - run: node ./apps/remix-ide/ci/publishIpfs