We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3f864 commit 702b919Copy full SHA for 702b919
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"build": "npm run -s build:main && npm run -s build:preact && npm run -s build:babel",
10
"build:main": "microbundle src/index.mjs -f es,umd --no-sourcemap --target web",
11
- "build:preact": "microbundle src/integrations/preact/index.mjs -o preact/index.js -f es,umd --external preact,htm --no-sourcemap --target web && cp src/integrations/preact/{index.d.ts,package.json} preact/ && npm run -s build:preact:standalone",
+ "build:preact": "microbundle src/integrations/preact/index.mjs -o preact/index.js -f es,umd --external preact,htm --no-sourcemap --target web && cp src/integrations/preact/index.d.ts src/integrations/preact/package.json preact/ && npm run -s build:preact:standalone",
12
"build:preact:standalone": "microbundle src/integrations/preact/standalone.mjs -o preact/standalone.js -f es,umd --no-sourcemap --target web",
13
"build:babel": "cd packages/babel-plugin-htm && npm run build",
14
"test": "eslint src/**/*.mjs test && npm run build && jest test",
0 commit comments