Skip to content

Commit

Permalink
[#1089] webdoc: quiet warning(s) on missing "-" delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
obiot committed Jun 6, 2022
1 parent 5d32829 commit bd643c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"lint": "eslint src rollup.config.js",
"test": "npm run build && karma start tests/karma.conf.cjs",
"doc": "mkdirp docs && jsdoc -c jsdoc_conf.json",
"webdoc": "mkdirp dist && webdoc -R README.md",
"webdoc": "mkdirp dist && webdoc --quiet -R README.md",
"release": "npm run dist && npm publish --access public",
"clean": "del-cli --force build/*.js dist/*.js dist/*.d.ts docs src/**/*.d.ts",
"types": "tsc dist/melonjs.module.js --declaration --allowJs --emitDeclarationOnly"
Expand Down

0 comments on commit bd643c2

Please sign in to comment.