UNPKG

vue-cli-plugin-github-amplify

Version:

Vue CLI plugin that adds support for deployment via GitHub Actions to AWS Amplify

20 lines (19 loc) 292 B
version: 1 frontend: phases: test: commands: - yarn test preBuild: commands: - yarn install build: commands: - yarn run build artifacts: baseDirectory: build files: - '**/*' cache: paths: - node_modules/**/*