Skip to content

Commit

Permalink
fix: include .d.mts file for bundler compatibility (#786)
Browse files Browse the repository at this point in the history
Co-authored-by: Marko Boskovic <marko.boskovic@scayle.com>
  • Loading branch information
aussieboi and Marko Boskovic committed Apr 12, 2024
1 parent 5acd3fb commit fe769c7
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 @@ -34,7 +34,7 @@
"module.js"
],
"scripts": {
"build": "siroc build",
"build": "siroc build && cp dist/runtime/index.d.ts dist/runtime/index.d.mts",
"clean:fixture": "rimraf test/fixture/dist/ test/fixture/.nuxt",
"dev": "nuxt dev test/fixture",
"fixture:generate": "yarn fixture:generate:export && yarn http-server -s -p 5000 test/fixture/dist",
Expand Down

0 comments on commit fe769c7

Please sign in to comment.