Skip to content

Commit

Permalink
[config] remove jsdoc builder
Browse files Browse the repository at this point in the history
  • Loading branch information
enzoaicardi committed Mar 3, 2024
1 parent 0cc9ba5 commit 4fe1d81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 237 deletions.
234 changes: 0 additions & 234 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
"scripts": {
"watch": "rollup --config rollup.config.js --watch",
"build": "rollup --config rollup.config.js",
"jsdoc": "jsdoc ./src --destination ./doc/jsdoc --package ./dist/package.json --recurse",
"publish": "rollup --config rollup.config.js"
"jsdoc": "jsdoc ./src --destination ./doc/jsdoc --package ./dist/package.json --recurse"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"cypress": "^13.6.6",
"jsdoc": "^4.0.2",
"rollup": "^4.9.5"
}
}

0 comments on commit 4fe1d81

Please sign in to comment.