Skip to content

Commit 5e2eb0d

Browse files
author
Saksham Saxena
committed
Minor fixes and comments
1 parent 24cd6a3 commit 5e2eb0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tasks/release/release-p5.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
/* Grunt Task to create and publish a p5.js release */
2+
/*
3+
MUST HAVES BEFOREHAND :
4+
* Logged in NPM CLI : Check if you are logged in by "npm whoami"
5+
* High Bandwidth : Lots of things to download and pull and push (~190 MB)
6+
* An environment variable named GITHUB_TOKEN with the value of your Access Token : Make one by going to your Settings->Personal Access Tokens-> New Token. Once you have it, in your shell, run "export GITHUB_TOKEN=<your token here>".
7+
*/
28

39
module.exports = function(grunt) {
410

0 commit comments

Comments
 (0)