Skip to content

Commit

Permalink
Experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Nov 24, 2023
1 parent 40c9af6 commit 05f4b78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version-file: '.nvmrc'
- run: npm -g install yarn
- run: yarn install --frozen-lockfile
- run: yarn prebuild
- run: rm -rf node_modules/i18next/index.v4.d.ts node_modules/react-i18next/index.d.ts
- name: run unit tests
env:
NODE_OPTIONS: '--max-old-space-size=8192'
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"starts": "cross-env NODE_ENV=development webpack-dev-server --https --colors --config ./build_scripts/webpack.config.js",
"start-prod": "cross-env NODE_ENV=production webpack-dev-server --colors --config ./build_scripts/webpack.config.js",
"starts-prod": "cross-env NODE_ENV=production webpack-dev-server --https --colors --config ./build_scripts/webpack.config.js",
"prebuild": "node add-ts-nocheck",
"test": "tsc --noEmit && yarn lint-quiet && yarn jest",
"test-e2e": "npx concurrently --kill-others -n 'neo4j,cypress,browser' 'docker run --env NEO4J_AUTH=neo4j/newpassword -p7474:7474 -p7687:7687 neo4j:4.2.2' 'yarn wait-on-neo4j && yarn wait-on-dev && yarn e2e-local --env server=4.2' 'yarn && yarn start'",
"update-licenses": "sh ./scripts/generate_licenses.sh",
Expand Down

0 comments on commit 05f4b78

Please sign in to comment.