Skip to content

Commit

Permalink
chore: build:docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom authored May 15, 2022
1 parent 2a20ed4 commit d80398a
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 @@ -22,7 +22,7 @@
"build:babel": "npx babel --extensions .ts ./src -d ./dist/js --minified",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/js/",
"build:webpack": "npx webpack",
"docs:build": "typedoc --json docs/out-master.json src/index.ts && node scripts/docs.mjs"
"build:docs": "typedoc --json docs/out-master.json src/index.ts && node scripts/docs.mjs"
},
"devDependencies": {
"@babel/cli": "7.17.6",
Expand Down

0 comments on commit d80398a

Please sign in to comment.