Skip to content

Commit

Permalink
chore: use rollup for the dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
leventebalogh committed Apr 9, 2024
1 parent 0b26962 commit f1c92ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-meta-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "vitest",
"test:ci": "vitest run",
"build": "rollup -c",
"dev": "tsc --project tsconfig.json --watch"
"dev": "rollup -c --watch"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit f1c92ea

Please sign in to comment.