Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

339 eslint production build #340

Merged
merged 13 commits into from
Dec 18, 2023
Merged

339 eslint production build #340

merged 13 commits into from
Dec 18, 2023

Commits on Dec 15, 2023

  1. don't fail production builds because of eslint errors

    we still need to check eslint somewhere in this process though. so I'm
    creating the build-test-lint workflow.
    
    ref: https://nextjs.org/docs/pages/api-reference/next-config-js/eslint
    alishaevn committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b257bc6 View commit details
    Browse the repository at this point in the history
  2. update next config for better build

    this commit change means we no longer get the error:
      "Detected next.config.js, no exported configuration found.
      https://nextjs.org/docs/messages/empty-configuration"
    alishaevn committed Dec 15, 2023
    1 Configuration menu
    Copy the full SHA
    5bf1c93 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    044883f View commit details
    Browse the repository at this point in the history
  2. linting

    alishaevn committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    ba549f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70119c2 View commit details
    Browse the repository at this point in the history
  4. update the deploy workflow

    alishaevn committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    af84514 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    90ede7c View commit details
    Browse the repository at this point in the history
  2. update the eslint lint_cmd

    the existing line failed with a "Error: Cannot find module
    '/home/node/app/bash'" error. Locally and in CI/CD. I found a SO post
    and tried the suggestion, which worked locally. I'm hoping it will work
    in CI/CD too.
    
    ref: https://stackoverflow.com/a/49647309/8079848
    alishaevn committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    bef639a View commit details
    Browse the repository at this point in the history
  3. wip: cypress in ci

    trying to get around the error:
      > Cypress could not verify that this server is running:
      > http://localhost:3000
      > We are verifying this server because it has been configured as your
      > baseUrl.
    alishaevn committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    aed75d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c71f9d7 View commit details
    Browse the repository at this point in the history
  5. update the start script

    alishaevn committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6977eeb View commit details
    Browse the repository at this point in the history
  6. revert the start script

    alishaevn committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cd858c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0d5020 View commit details
    Browse the repository at this point in the history