Skip to content

Commit

Permalink
fix: remove docs2 script
Browse files Browse the repository at this point in the history
  • Loading branch information
Desvelao committed Nov 16, 2024
1 parent 8d7244a commit 57b0452
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "./node_modules/.bin/eslint index.js",
"docs": "jsdoc src -d docs --readme ./README.md -c ./conf.json -u ./tutorials",
"docs2": "jsdoc src -d docs --readme ./README.md -c ./conf.json -u ./tutorials -t node_modules/jsdoc-template",
"predeploy": "npm run docs",
"deploy": "gh-pages -d docs",
"prettier:check": "prettier src --check",
Expand Down

0 comments on commit 57b0452

Please sign in to comment.