Skip to content

Commit

Permalink
Add pre-build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jrnewton committed Jan 25, 2021
1 parent f6712c0 commit e595fbc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
version: 1
frontend:
phases:
preBuild:
commands:
- npm ci
build:
commands: [npm run build]
commands:
- npm run build
artifacts:
baseDirectory: dist
files:
Expand Down

0 comments on commit e595fbc

Please sign in to comment.