Skip to content

Instantly share code, notes, and snippets.

@sshymko
Created August 27, 2020 06:06
Show Gist options
  • Save sshymko/c86f3caafc857f6f8d92b1dd60d3e877 to your computer and use it in GitHub Desktop.
Save sshymko/c86f3caafc857f6f8d92b1dd60d3e877 to your computer and use it in GitHub Desktop.

Revisions

  1. sshymko created this gist Aug 27, 2020.
    14 changes: 14 additions & 0 deletions buildspec.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    version: 0.2

    phases:
    install:
    runtime-versions:
    nodejs: 12
    build:
    commands:
    - npm install
    - npm run build -- --mode=production
    artifacts:
    base-directory: 'dist'
    files:
    - '**/*'