Skip to content

Commit

Permalink
fix(docs): fix docs building
Browse files Browse the repository at this point in the history
  • Loading branch information
satotake committed Aug 7, 2022
1 parent 2a28505 commit de59225
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 @@ -26,7 +26,7 @@
"scripts": {
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
"prebuild": "rimraf dist",
"build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src",
"build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs src/jp-numerals.ts",
"start": "rollup -c rollup.config.ts -w",
"test": "jest --coverage",
"test:watch": "jest --coverage --watch",
Expand Down

0 comments on commit de59225

Please sign in to comment.