Skip to content

Commit

Permalink
fix: no change to module resolution on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jun 1, 2024
1 parent 44183e2 commit a7887d8
Showing 1 changed file 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 @@ -108,7 +108,7 @@
},
"scripts": {
"dev": "vite ./dev --port 3000",
"build": "pnpm tsc && tsc --module commonjs --target es2017 --moduleResolution Node --outDir cjs && vite build ./dev --outDir ../public --emptyOutDir",
"build": "pnpm tsc && tsc --module commonjs --target es2017 --outDir cjs && vite build ./dev --outDir ../public --emptyOutDir",
"test": "vitest --dom",
"test:coverage": "vitest run --dom --coverage ",
"tsc": "NODE_OPTIONS=--experimental-specifier-resolution=node tsc && pnpm replace:env",
Expand Down

0 comments on commit a7887d8

Please sign in to comment.