Skip to content

Commit 86f5dc2

Browse files
committed
remove unused code and add cleanup script
1 parent 4914fa4 commit 86f5dc2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
build
21
jellyrock
32
node_modules

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"rimraf": "6.0.1"
1212
},
1313
"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"
14+
"build": "rimraf jellyrock && git clone https://github.com/cewert/jellyrock.git && jsdoc -c jsdoc.json -d docs --readme homepage.md",
15+
"cleanup": "rimraf jellyrock"
1516
},
1617
"repository": {
1718
"type": "git",

0 commit comments

Comments
 (0)