Skip to content

Commit

Permalink
build(config): use ts rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAntix authored and ntix committed Feb 2, 2024
1 parent 2660995 commit 01cc390
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -19,7 +19,7 @@
"scripts": {
"barrels": "barrelsby -q --delete --directory src --include \\.ts$ --exclude \"(\\.spec|this)\\.ts$\" --location all",
"prebuild": "npm run clean && npm run barrels",
"build": "tsc && rollup -c rollup.config.js",
"build": "rollup -c rollup.config.ts --configPlugin typescript",
"build.docs": "npm run build && typedoc --exclude \"**/*+(index|.spec|.e2e).ts\" --out docs src --readme README.md --media dist",
"clean": "shx rm -rf dist",
"format": "eslint src --fix",
Expand Down
File renamed without changes.

0 comments on commit 01cc390

Please sign in to comment.