You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
505 B
15 lines
505 B
name: soft-ui-dashboard
|
|
region: us-east-1
|
|
frontend:
|
|
# Specifies the path of your code.
|
|
path: .
|
|
# Specifies the folder where the build is located.
|
|
# This is the folder that will be deployed.
|
|
publish: .
|
|
# Scripts will run in the specified `path` folder.
|
|
scripts:
|
|
# The command to build your frontend project. This is custom to your project.
|
|
# It must to populate the specified `publish` folder with a `index.html` file.
|
|
deploy:
|
|
- npm install --legacy-peer-deps
|
|
yamlVersion: 2 |