Skip to content

Commit

Permalink
fix prepublish hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kane-thornwyrd committed Jun 12, 2016
1 parent 8b69d07 commit ec56aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"build": "npm run build:lib && npm run build:umd && npm run build:umd:min",
"clean": "rimraf lib dist coverage doc",
"lint": "eslint src test",
"prepublish": "npm run clean && npm run build",
"prepublish": "npm run clean && npm run build && npm run doc",
"test": "mocha --compilers js:babel-register --recursive --require ./test/setup.js",
"test:watch": "npm test -- --watch",
"test:cov": "babel-node ./node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- --recursive"
Expand Down

0 comments on commit ec56aa9

Please sign in to comment.