jun won

Results 8 comments of jun won

@ambientlight thanks for answering i will wait for response thanks.

@ambientlight ``` - name: Install node packages run: | yarn install ``` ``` uses: ambientlight/[email protected] with: amplify_cli_version: '3.17.0' amplify_env: rnd amplify_command: publish amplify_arguments: '-c' build_command: 'yarn build:dev' ``` i use...

package.json ``` "build": "PUBLIC_URL=https://www.test.net react-app-rewired build", "build_rnd": "npm rebuild node-sass && PUBLIC_URL=https://rnd.test.net GENERATE_SOURCEMAP=false NODE_OPTIONS=--max_old_space_size=8192 node_modules/.bin/env-cmd -f .env.development react-app-rewired build", "build:dev": "npm rebuild node-sass && PUBLIC_URL=https://dev.test.net GENERATE_SOURCEMAP=false NODE_OPTIONS=--max_old_space_size=8192 node_modules/.bin/env-cmd -f .env.development...

is amplify-cli-action `build_command` only support package.json script with `yarn build` command? it's just run only `yarn build` when i build_command `yarn build:dev` or `yarn build:prod`

@ambientlight i understand it. thanks because i used `build_command` and than i think it overwrite in `project-config.json`'s `BuildCommand` but it does not. github action CI is well building in with...

@ambientlight yes please~! it's really useful to overriding project-config.json `build_command` because i have multi jobs in yml and that's jobs have each branch and build scripts thanks for my long...

hello @lazywithclass i mean when i use WinstonCloudWatch without `aws-sdk` this options be required in WinstonCloudWatch ``` awsAccessKeyId awsSecretKey awsRegion ``` ```js //e.g. use case winston.add(new WinstonCloudWatch({ cloudWatchLogs: new AWS.CloudWatchLogs(),...

it is still type error with `@storybook/react": "^6.5.10"` `@storybook/testing-react": "^1.3.0"`