Skip to content

Commit

Permalink
Merge pull request #59 from preactjs/fix/microbundle-types
Browse files Browse the repository at this point in the history
chore: Disable Microbundle's type generation
  • Loading branch information
rschristian authored Nov 21, 2023
2 parents 0592421 + 3cf4dba commit 3eebb97
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 @@ -38,7 +38,7 @@
"test:ts": "tsc -p typings/tsconfig.json",
"build": "yarn build:clean && yarn build:bundle && yarn build:flow",
"build:clean": "rimraf dist",
"build:bundle": "microbundle -i src/index.js --external preact --compress --strict --name preactSsrPrepass",
"build:bundle": "microbundle -i src/index.js --external preact --compress --strict --name preactSsrPrepass --no-generateTypes",
"build:flow": "flow-copy-source -i '*.test.js' src/ dist/",
"prepublishOnly": "yarn test && yarn build",
"postbuild": "node ./config/node-13-exports.js"
Expand Down

0 comments on commit 3eebb97

Please sign in to comment.