Skip to content

Commit

Permalink
Fix build-docs-remove npm script (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
delmohf authored Apr 18, 2024
1 parent f748b05 commit 94f7710
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 @@ -29,7 +29,7 @@
"cypress:open": "NODE_ENV=test start-server-and-test start http://localhost:8000/src/editor/index.html 'cypress open'",
"open-docs-no-start": "open-cli http://localhost:8000/docs/jsdoc/",
"open-docs": "run-p start open-docs-no-start",
"build-docs-remove": "rimraf \"docs/jsdoc/*\"",
"build-docs-remove": "rimraf \"docs/jsdoc/\"",
"build-docs-create": "jsdoc --pedantic -c docs/jsdoc-config.js src",
"build-docs": "run-s -c build-docs-remove build-docs-create",
"build-and-open-docs-no-start": "run-s build-docs open-docs-no-start",
Expand Down

0 comments on commit 94f7710

Please sign in to comment.