We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4914fa4 commit 86f5dc2Copy full SHA for 86f5dc2
2 files changed
.gitignore
@@ -1,3 +1,2 @@
1
-build
2
jellyrock
3
node_modules
package.json
@@ -11,7 +11,8 @@
11
"rimraf": "6.0.1"
12
},
13
"scripts": {
14
- "build": "rimraf build/docs && rimraf jellyrock && git clone https://github.com/cewert/jellyrock.git && jsdoc -c jsdoc.json -d docs --readme homepage.md"
+ "build": "rimraf jellyrock && git clone https://github.com/cewert/jellyrock.git && jsdoc -c jsdoc.json -d docs --readme homepage.md",
15
+ "cleanup": "rimraf jellyrock"
16
17
"repository": {
18
"type": "git",
0 commit comments