Skip to content

Commit

Permalink
fix(web): Re-add generating ESM types (redwoodjs#10952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Jul 15, 2024
1 parent 5bf734b commit 7dde4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"scripts": {
"build": "tsx ./build.ts && yarn build:types",
"build:pack": "yarn pack -o redwoodjs-web.tgz",
"build:types": "tsc --build --verbose ./tsconfig.types-cjs.json",
"build:types": "tsc --build --verbose ./tsconfig.build.json ./tsconfig.types-cjs.json",
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
"prepublishOnly": "NODE_ENV=production yarn build",
"test": "concurrently npm:test:vitest npm:test:attw npm:test:publint",
Expand Down

0 comments on commit 7dde4dd

Please sign in to comment.