Skip to content

Commit

Permalink
chore: use a typescript rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Oct 14, 2022
1 parent 980ee94 commit 182748f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -75,8 +75,8 @@
"test:watch": "vitest --watch",
"test:build": "vitest --mode test-build",
"tsd": "tsc -p test-dts/tsconfig.tsd.json",
"build": "rollup -c rollup.config.js",
"prepare": "rollup -c rollup.config.js",
"build": "rollup -c rollup.config.ts",
"prepare": "rollup -c rollup.config.ts",
"lint": "eslint --ext .ts src/ tests/",
"lint:fix": "pnpm run lint --fix",
"docs:dev": "vitepress dev docs",
Expand Down
File renamed without changes.

0 comments on commit 182748f

Please sign in to comment.