Skip to content

Commit

Permalink
change command name
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke201 committed May 23, 2024
1 parent 29e7ad7 commit 57d9164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ build/
dist/
doc/typedoc/
doc/typedoc-devel/
doc/typedoc-mk/
node_modules/

yarn-error.log
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"doc-watch": "typedoc --validation.invalidLink --sort alphabetical --tsconfig tsconfig.json --watch",
"doc-devel": "typedoc --validation.invalidLink --sort alphabetical --tsconfig tsconfig-devel.json",
"doc-devel-watch": "typedoc --validation.invalidLink --sort alphabetical --tsconfig tsconfig-devel.json --watch",
"mkdoc": "typedoc --validation.invalidLink --sort alphabetical --tsconfig tsconfig-api-mk.json",
"doc-mk": "typedoc --validation.invalidLink --sort alphabetical --tsconfig tsconfig-api-mk.json",
"lint": "run-s lint-mapray lint-ui",
"lint-mapray": "yarn workspace @mapray/mapray-js lint",
"lint-ui": "yarn workspace @mapray/ui lint",
Expand Down

0 comments on commit 57d9164

Please sign in to comment.