Skip to content

Commit

Permalink
add headless (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Aug 4, 2021
1 parent 6dc0c95 commit 8aca03a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/files-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"sentry": "(export REACT_APP_SENTRY_RELEASE=$(sentry-cli releases propose-version); node scripts/sentry.js)",
"release": "(export REACT_APP_SENTRY_RELEASE=$(sentry-cli releases propose-version); yarn compile && yarn build && node scripts/sentry.js)",
"test": "yarn test:clean && cypress open",
"test:ci": "yarn test:clean && cypress run",
"test:ci": "yarn test:clean && cypress run --browser chrome --headless",
"test:clean": "rimraf cypress/fixtures/storage",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"extract": "lingui extract",
Expand Down
2 changes: 1 addition & 1 deletion packages/gaming-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"sentry": "(export REACT_APP_SENTRY_RELEASE=$(sentry-cli releases propose-version); node scripts/sentry.js)",
"release": "(export REACT_APP_SENTRY_RELEASE=$(sentry-cli releases propose-version); yarn compile && yarn build && node scripts/sentry.js)",
"test": "yarn test:clean && cypress open",
"test:ci": "yarn test:clean && cypress run --browser chrome",
"test:ci": "yarn test:clean && cypress run --browser chrome --headless",
"test:clean": "rimraf cypress/fixtures/storage",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"extract": "lingui extract",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"sentry": "(export REACT_APP_SENTRY_RELEASE=$(sentry-cli releases propose-version); node scripts/sentry.js)",
"release": "(export REACT_APP_SENTRY_RELEASE=$(sentry-cli releases propose-version); yarn compile && yarn build && node scripts/sentry.js)",
"test": "yarn test:clean && cypress open",
"test:ci": "yarn test:clean && cypress run",
"test:ci": "yarn test:clean && cypress run --browser chrome --headless",
"test:clean": "rimraf cypress/fixtures/storage",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"extract": "lingui extract",
Expand Down

0 comments on commit 8aca03a

Please sign in to comment.