Skip to content

Commit

Permalink
feat(tools): upd CI (74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyBushenev committed Sep 25, 2024
1 parent ffef9ae commit 517d0da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
"scripts": {
"test": "npm run test-backend && npm run test-frontend",
"test-backend": "node ./tests/backend/index.js",
"test-frontend": "sudo -u testuser testcafe firefox:headless --skip-js-errors ./tests/testcafe"

"test-frontend": "sudo -u testuser testcafe firefox:headless --skip-js-errors ./tests/testcafe",
"build": "npm run clean && npm run build-browser-scripts && npm run build-templates && npm run build-server-scripts && npm run update-version",
"clean": "find ../public/* ! -name \"ontology.json*\" -delete 2>/dev/null || true",
"build-browser-scripts": "babel --config-file ./.babelrc . --out-dir ../public --copy-files",
Expand Down

0 comments on commit 517d0da

Please sign in to comment.