Skip to content

Commit 1a416a3

Browse files
chore(build): prompt user to generate docs and publish artifacts
1 parent 12fea62 commit 1a416a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/release.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,8 @@ _exec(`npm publish`);
4040
_exec(`git tag ${version}`);
4141
_exec(`git push origin ${version}`);
4242

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

0 commit comments

Comments
 (0)