Skip to content

maxfrigge/wercker-step-npm-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm run

A wercker step to run scripts from package.json with npm run.

wercker status

Options

  • script (required) Name of the script definition in package.json.

Example

Define scripts in package.json.

{
  "name": "awesome-node-app",
  "scripts": {
    "build": "gulp build"
  }
}

Add npm run to your build steps.

build:
    steps:
        - maxon/npm-run:
            script: build

About

A wercker step to execute scripts from package.json with npm run.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages