Skip to content

Commit

Permalink
Merge branch 'master' into fix/update-swipl-v9.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Oct 17, 2023
2 parents bbd34f4 + 1f9e7bc commit 4d9921c
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ RUN cmake -DCMAKE_TOOLCHAIN_FILE=/emsdk/upstream/emscripten/cmake/Modules/Platfo
-G Ninja ..
RUN ninja

RUN ctest -j $(nproc) --stop-on-failure
RUN ctest -j $(nproc) --stop-on-failure --output-on-failure
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@qiwi/semantic-release-gh-pages-plugin": "^5.2.8",
"@types/fs-extra": "^11.0.2",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"fs-extra": "^11.1.1",
"http-server": "^14.1.1",
Expand Down

0 comments on commit 4d9921c

Please sign in to comment.