-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
enhancementNew feature or requestNew feature or request
Description
hi i have question for use this amplify action
i change to build command to build_command: 'yarn build:dev' like this.
i have multiple build scripts in package.json
- yarn build
- yarn build:dev
- yarn build:prod
it has each have other build scripts
and i want to publish with yarn:dev script but when i try action
it only use yarn build..
how do i. change build_command ? not only yarn build
second i try to project_dir
amplify and amplify_rnd
i have configure and publish with project_dir: 'amplify_rnd'
but it only look amplify
is am i wrong with use project_dir?
amplfiy_rnd have proejct-config.json and "BuildCommand": "yarn build:rnd"
i will wait for answer
thanks.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request