1.2.1 • Published 6 years ago

cli-run v1.2.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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",
1.2.1

6 years ago

1.2.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago