Skip to content

Commit

Permalink
fix: Reference release script in npm_scripts, and lint demo script.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkaka committed Feb 29, 2016
1 parent 48f3328 commit 896ea18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"scripts": {
"dev": "webpack-dev-server --devtool eval --hot --progress --colors",
"test": "jest --coverage",
"lint": "eslint ./react_components/** ./__tests__/**",
"lint": "eslint ./react_components/** ./__tests__/** ./demo/demo-scriptinclude.js",
"ci": "webpack && npm test",
"build": "webpack -p",
"release": "node ./scripts/release.js",
"release": "node ./npm_scripts/release.js",
"clean": "rm build/*.js && rm -rf coverage"
},
"jest": {
Expand Down

0 comments on commit 896ea18

Please sign in to comment.