Skip to content

Commit

Permalink
feat(tools): upd CI (52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyBushenev committed Sep 23, 2024
1 parent fd9d360 commit 4840191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"scripts": {
"test": "npm run test-backend && npm run test-frontend",
"test-backend": "node ./tests/backend/index.js",
"test-frontend": "testcafe --skip-js-errors --speed 0.9 chromium:headless ./tests/testcafe",
"test-frontend": "testcafe --skip-js-errors --speed 0.9 firefox:headless ./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 4840191

Please sign in to comment.