Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

Commit d80398a

Browse files
authored
chore: build:docs
1 parent 2a20ed4 commit d80398a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build:babel": "npx babel --extensions .ts ./src -d ./dist/js --minified",
2323
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/js/",
2424
"build:webpack": "npx webpack",
25-
"docs:build": "typedoc --json docs/out-master.json src/index.ts && node scripts/docs.mjs"
25+
"build:docs": "typedoc --json docs/out-master.json src/index.ts && node scripts/docs.mjs"
2626
},
2727
"devDependencies": {
2828
"@babel/cli": "7.17.6",

0 commit comments

Comments
 (0)