Skip to content

Commit

Permalink
added ci npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
somebody32 committed Oct 8, 2015
1 parent bd0185b commit ca7191d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,8 +9,8 @@
"build:umd": "webpack src/index.js dist/backbone-redux.js && NODE_ENV=production webpack src/index.js dist/backbone-redux.min.js",
"lint": "eslint src test examples",
"test": "NODE_ENV=test babel-tape-runner test/**/*.js | tap-dot",
"test:watch": "NODE_ENV=test mocha --watch",
"prepublish": "npm run lint && npm run test && npm run clean && npm run build && npm run build:umd"
"ci": "npm run lint && npm run test",
"prepublish": "npm run ci && npm run clean && npm run build && npm run build:umd"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ca7191d

Please sign in to comment.