Skip to content

Commit

Permalink
Merge pull request #155 from humhub/fix/build-workflow
Browse files Browse the repository at this point in the history
Build workflow fix
  • Loading branch information
luke- authored Jan 13, 2025
2 parents 4357e89 + fec85b8 commit 23d4cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog
-------------------
- Enh #149: JS Dependency Updates
- Enh #152: Grunt JS Dependency Updates
- Fix #155: Fix Build workflow

2.1.5
-----
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"scripts": {
"build": "grunt rollup",
"lint": "eslint . --ext .js --ignore-path .gitignore",
"test": "mocha-headless-chrome -f http://localhost:8090",
"test": "mocha-headless-chrome -f http://localhost:8090 --no-sandbox",
"test-server": "moduleserve test --port 8090"
},
"type": "commonjs"
Expand Down

0 comments on commit 23d4cbe

Please sign in to comment.