Skip to content

Commit

Permalink
docs(build): fix documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
benji6 committed Jan 7, 2023
1 parent f898b09 commit 998c465
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build": "run-p build:*",
"build:cjs": "tsc",
"build:esm": "tsc -m es6 --outDir esm",
"docs": "tsc -p docsSrc && rollup -c docsSrc/rollup.config.js && rm -r docsSrc/esm",
"docs": "tsc -p docsSrc && rollup -c docsSrc/rollup.config.mjs && rm -r docsSrc/esm",
"fmt": "prettier --write 'docs/**/*.html' 'src/**/*.ts' 'test/**/*.ts'",
"test": "run-p test:*",
"test:audit": "npm audit --audit-level=low",
Expand Down
7 changes: 0 additions & 7 deletions rollup.config.js

This file was deleted.

0 comments on commit 998c465

Please sign in to comment.