cli-run
v1.2.1
Published
> create .env.dev file ```.env.dev RUN_APP_ENV=dev ``` > create .env.dev file
Downloads
28
Readme
start
create .env.dev file
RUN_APP_ENV=dev
create .env.dev file
RUN_APP_ENV=dev
arg
--mode : dev or prod
--path : build file
package.json
script
"start": "cli-run --mode dev --path scripts/start.js",
"test": "cli-run --mode test --path scripts/build.js",
"pre": "cli-run --mode pre --path scripts/build.js",
"prod": "cli-run --mode prod --path scripts/build.js",