Skip to content

Commit

Permalink
fix: add missing declaration files in build (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoXuS committed Aug 17, 2022
1 parent 3d35701 commit 5cbc63b
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 @@ -27,7 +27,7 @@
"postinstall": "patch-package",
"prepare": "npm run build",
"build": "run-p build:**",
"build:types": "tsc --emitDeclarationOnly",
"build:types": "tsc --emitDeclarationOnly && cp src/*.d.ts . && cp src/lib/*.d.ts ./lib/",
"build:esbuild": "node scripts/build.js",
"build:analyze": "cem analyze",
"docs": "eleventy --config=.eleventy.cjs",
Expand Down

0 comments on commit 5cbc63b

Please sign in to comment.