Skip to content

Commit 8a953ec

Browse files
Merge pull request #30 from terminusdb/workspace
Try new workspace way of working
2 parents 8f80d9b + 2d2c611 commit 8a953ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+56718
-24
lines changed

.ci/install_dependencies.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/main_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-node@v2
1919
with:
2020
node-version: 16
21-
- run: bash .ci/install_dependencies.sh
21+
- run: npm i
2222
- name: Build
2323
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' }}
2424
run: |
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/setup-node@v2
7878
with:
7979
node-version: 16
80-
- run: bash .ci/install_dependencies.sh
80+
- run: npm i
8181
- name: Build local dashboard
8282
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/v') }}
8383
run: |

0 commit comments

Comments
 (0)