Skip to content

Instantly share code, notes, and snippets.

View bensewell's full-sized avatar
💭
Happy today

Ben Sewell bensewell

💭
Happy today
View GitHub Profile
version: 1
backend:
phases:
build:
commands:
- |-
export X=`npm root -g`
cd $X/@aws-amplify/cli/node_modules/amplify-provider-awscloudformation && npm install ajv@^6.12.3
- amplifyPush --simple
frontend: