Skip to content

Commit

Permalink
chore(build): prompt user to generate docs and publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Apr 23, 2017
1 parent 12fea62 commit 1a416a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ _exec(`npm publish`);
_exec(`git tag ${version}`);
_exec(`git push origin ${version}`);

console.log("\n\nAPI docs generated (but not deployed) at ./_docs");
console.log("\n\nAPI docs generated (but not deployed) at ./_docs.");
console.log("Run this command to generate docs:");
console.log("\n\nnpm run docs\n\n");
console.log("Run this command to publish artifacts tag:");
console.log("\n\nnpm run artifacts\n");

0 comments on commit 1a416a3

Please sign in to comment.