Skip to content

Commit

Permalink
docs(README): images upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Oct 26, 2023
1 parent 8bbcd82 commit a9d2e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"node": ">=18.0.0"
},
"scripts": {
"generate-docs": "typedoc --plugin typedoc-plugin-missing-exports && mkdir -p ./docs/docs/demo/ && cp -r ../docs/demo/ ./docs/docs/demo/",
"generate-docs": "typedoc --plugin typedoc-plugin-missing-exports && mkdir -p ./docs/docs/demo/ && cp -r ../docs/demo ./docs/docs/",
"semantic-release": "semantic-release --extends ./.config/semantic-release.json",
"postinstall": "node ./dist/cli/cli.js postinstall",
"prebuild": "rm -rf ./dist ./tsconfig.tsbuildinfo",
Expand Down

0 comments on commit a9d2e3c

Please sign in to comment.