Skip to content

Commit

Permalink
fix ts build
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jan 6, 2025
1 parent 2bb3500 commit 7723c96
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"test": "vitest",
"prepublishOnly": "pnpm build",
"prepare": "pnpm build",
"build": "concurrently \"pnpm:build:*\" --names \"build:\" --prefixColors auto",
"build:ts": "tsc",
"build:cjs": "npx rollup index.js --file dist/index.cjs --format cjs --plugin @rollup/plugin-commonjs --plugin @rollup/plugin-node-resolve",
Expand Down Expand Up @@ -36,6 +36,7 @@
"@eslint/js": "^9.17.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/node": "^22.10.5",
"concurrently": "^9.1.2",
"eslint": "^9.17.0",
"fixturify-project": "^7.1.3",
Expand Down
41 changes: 22 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7723c96

Please sign in to comment.