Skip to content

Commit

Permalink
Merge branch 'fix-merge'
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Oct 11, 2023
2 parents 13d1a8f + 3adbbaf commit d8f7701
Show file tree
Hide file tree
Showing 8 changed files with 10,917 additions and 5,135 deletions.
5 changes: 5 additions & 0 deletions .changeset/silent-games-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vocabulary/builder": patch
---

Running would fail on inexistent dataset method - rdf-ext leftover
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: npm ci
- run: npm run test
- run: npx wsrun -y 10 -lm --report -c prepack

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 20

- name: Install Dependencies
run: yarn
run: npm ci

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down
Loading

0 comments on commit d8f7701

Please sign in to comment.