Skip to content

Commit

Permalink
feat: Use TS for rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek-f committed Nov 9, 2024
1 parent 5bd94ad commit eba4657
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 @@ -12,7 +12,7 @@
"scripts": {
"check-all": "npm run lint && npm run format-check && npm run check-types && npm run test:run",
"prepublishOnly": "npm run check-all && npm run build",
"build": "rollup --c ./rollup.config.mjs",
"build": "rollup --c ./rollup.config.ts --configPlugin typescript",
"watch": "npm run build -- -w",
"lint": "NODE_ENV=production oxlint --import-plugin --security-plugin --promise-plugin --node-plugin ./",
"vite:build-and-preview": "vite build && vite preview",
Expand Down
File renamed without changes.

0 comments on commit eba4657

Please sign in to comment.