Skip to content

Commit

Permalink
fix(core): copy wasm files
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed May 25, 2024
1 parent f2a151c commit fd6a8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
{
"input": "packages/nx",
"glob": "**/*.{cjs,js,css,html,svg}",
"glob": "**/*.{cjs,js,css,html,svg,wasm}",
"ignore": ["**/jest.config.js"],
"output": "/"
},
Expand Down

0 comments on commit fd6a8fd

Please sign in to comment.