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.
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
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_diramplifyandamplify_rndi have configure and publish with
project_dir: 'amplify_rnd'but it only look
amplifyis am i wrong with use project_dir?
amplfiy_rnd have proejct-config.json and "BuildCommand": "yarn build:rnd"
i will wait for answer
thanks.